Fix scrollbar bug

This commit is contained in:
dertyp7
2024-01-13 17:50:37 +01:00
parent 9b487cab47
commit 6f9191a95a
4 changed files with 8 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
display: flex;
align-items: center;
justify-content: space-between;
position: sticky;
background-color: var(--color-background-body);
top: 0;
z-index: 100;
width: 100%;
border-bottom: 1px solid var(--color-border);
padding: 10px 50px;