fix: [layout:sidebar] Fixed sidebar height to at least fill the page

pull/9075/head
Sami Mokaddem 2023-03-30 08:04:44 +02:00
parent 06bd1ec889
commit 03208d083a
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@ main.content {
left: 0;
transform:translateZ(0) scale(1,1);
z-index:1039;
min-height: calc(100vh - var(--navbar-height));
}
@ -251,6 +252,7 @@ main.content {
width: 100%;
height: 100%;
font-size: 0.9rem;
min-height: calc(100vh - var(--navbar-height));
}
.sidebar-scroll {