aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/App.scss b/src/App.scss
index 16278e98..0f5c13c7 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -219,7 +219,7 @@ nav {
}
.sidebar {
- flex: 1;
+ flex: 0;
flex-basis: 35%;
}
@@ -249,17 +249,18 @@ nav {
.sidebar {
overflow: hidden;
max-height: 100vh;
- max-width: 345px;
+ width: 345px;
position: fixed;
margin-top: -10px;
.sidebar-container {
height: 96vh;
+ width: 360px;
padding-top: 10px;
margin-right: -40px;
padding-right: 25px;
overflow-x: hidden;
- overflow-y: auto;
+ overflow-y: scroll;
}
}
.sidebar-flexer {