mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Removed excess bottom padding from side navigation panel to prevent oveflow
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user