nested grids

This commit is contained in:
Pavel Reznikov 2015-03-08 22:28:51 -07:00
commit 3f5d6fca80
8 changed files with 113 additions and 15 deletions

View file

@ -26,7 +26,6 @@ $animation_speed: .3s;
bottom: 0;
width: auto;
z-index: 0 !important;
overflow: auto;
}
> .grid-stack-item {
@ -43,7 +42,8 @@ $animation_speed: .3s;
bottom: 0;
width: auto;
z-index: 0 !important;
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
}
> .ui-resizable-handle {