Skip to content
Snippets Groups Projects
Verified Commit ee9db114 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #8976 fix css panel

parent c0cd94e6
No related branches found
No related tags found
No related merge requests found
@import '../../css/vars.scss'; @import '../../css/vars.scss';
.main-header { .main-header {
height: 25%; height: 205px;
overflow: auto; overflow: auto;
} }
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
position: relative; position: relative;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
display: flex;
flex-direction: column;
&-header { &-header {
background: #F1F4F4; background: #F1F4F4;
...@@ -46,10 +48,11 @@ ...@@ -46,10 +48,11 @@
justify-content: space-around; justify-content: space-around;
} }
.nav { .nav {
height: 75%; flex: 1;
overflow-y: scroll; overflow-y: scroll;
margin-top: 0px; margin-top: 0px;
overflow-x: hidden; overflow-x: hidden;
margin-bottom: 0px;
&-item { &-item {
height: 70px; height: 70px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment