Made layout editor toolbox separately scrollable while in sticky mode.

This commit is contained in:
Daniel Stolt
2015-06-20 16:42:53 +03:00
parent c1359f7a86
commit 764db254da
4 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -17,6 +17,8 @@
&.sticky-top {
position: fixed;
top: 0;
max-height: 100%;
overflow-y: auto;
}
&.sticky-bottom {