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';
.main-header {
height: 25%;
height: 205px;
overflow: auto;
}
......@@ -9,6 +9,8 @@
position: relative;
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
&-header {
background: #F1F4F4;
......@@ -46,10 +48,11 @@
justify-content: space-around;
}
.nav {
height: 75%;
flex: 1;
overflow-y: scroll;
margin-top: 0px;
overflow-x: hidden;
margin-bottom: 0px;
&-item {
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