Optimize sidebar behavior

- Flex squishing of buttons: component all:unset was overriding reset
- Added overflow handling to nav body and page content
- Removed scrollbar and added scroll shadow for nav body
This commit is contained in:
adro 2023-11-03 01:02:02 +01:00
parent bc83309d6d
commit eac98192be
2 changed files with 35 additions and 8 deletions

View file

@ -1,6 +1,11 @@
/* CSS Components */
button, .button {
all: unset;
text-decoration: unset;
border: unset;
text-align: unset;
font-weight: unset;
line-height: unset;
font: unset;
display: flex;
flex-flow: row nowrap;