Initially move to baron scrollbar

This commit is contained in:
Alexander Zobnin
2018-03-27 23:27:23 +03:00
parent a20f3d196c
commit 77d2ee9add
13 changed files with 276 additions and 48 deletions

View File

@@ -1,5 +1,9 @@
.add-panel {
height: 100%;
.baron__root {
height: calc(100% - 43px);
}
}
.add-panel__header {
@@ -39,7 +43,6 @@
flex-direction: row;
flex-wrap: wrap;
overflow: auto;
height: calc(100% - 43px);
align-content: flex-start;
justify-content: space-around;
position: relative;