collapsable ext sections, fix ext menu scroll issue

This commit is contained in:
Mo Bitar
2017-05-02 20:09:42 -05:00
parent 3a795c72bd
commit 1d80aa4c06
2 changed files with 5 additions and 3 deletions

View File

@@ -38,6 +38,8 @@
padding-top: 12px;
padding-left: 10px;
padding-bottom: 10px;
cursor: pointer;
user-select: none;
> .title {
@@ -63,7 +65,7 @@
.dropdown-menu.editor-menu {
overflow-y: scroll;
max-height: 85vh;
max-height: calc(85vh - 90px);
&:not(:first-child) {
margin-top: 18px;