Fix sidebar height
This commit is contained in:
parent
eb78d65022
commit
fdee470516
1 changed files with 3 additions and 2 deletions
|
@ -7,13 +7,14 @@
|
|||
border-top: 2px solid var(--vriish-rose);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1em;
|
||||
grid-area: sidebar;
|
||||
margin-top: -2px;
|
||||
max-height: 100vh;
|
||||
padding: 1em;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
gap: 1em;
|
||||
padding: 1em;
|
||||
@media (min-width: 921px) {
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in a new issue