This commit is contained in:
Iliyan Angelov
2025-11-24 08:18:18 +02:00
parent 366f28677a
commit 136f75a859
133 changed files with 14977 additions and 3350 deletions

View File

@@ -276,11 +276,18 @@ a {
.sticky-wrapper {
position: relative;
z-index: 1;
overflow: visible;
}
.sticky-item {
position: sticky;
top: 220px;
z-index: 1;
align-self: flex-start;
// Ensure sticky stops at bottom of container
bottom: auto;
}