Fix: Removed excess bottom padding from side navigation panel to prevent oveflow
This commit is contained in:
parent
03a0246173
commit
379062d92d
1 changed files with 4 additions and 0 deletions
|
|
@ -548,6 +548,10 @@ progress+span {
|
|||
backdrop-filter: blur(8px);
|
||||
}
|
||||
|
||||
.mainDrawer-scrollContainer {
|
||||
padding-bottom: 5vh;
|
||||
}
|
||||
|
||||
.detailButton {
|
||||
border-radius: var(--smallRadius);
|
||||
border: solid var(--lighterBorderColor) var(--borderWidth);
|
||||
|
|
|
|||
Loading…
Reference in a new issue