Auto-commit: add shadow gradient at the bottom of the screen it should be on fixed position and be visible everyw

This commit is contained in:
2026-01-15 10:56:10 +01:00
parent 951d50dc29
commit 619f16f6f9

View File

@@ -98,6 +98,15 @@
--width-carousel-padding: calc((100vw - var(--width-content-width)) / 2 + 1px - var(--vw-1_5));
--width-carousel-padding-controls: calc((100vw - var(--width-content-width)) / 2 + 1px);
--width-carousel-padding-expanded: calc((var(--width-content-width-expanded) - var(--width-content-width)) / 2 + 1px - var(--vw-1_5));
.shadow-gradient {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
z-index: 1000;
}
body::after {
content: '';
position: fixed;