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

@ -15,7 +15,6 @@
bottom: 0;
width: auto;
z-index: 0 !important;
overflow: auto;
}
.grid-stack > .grid-stack-item {
min-width: 8.33333333%;
@ -31,7 +30,8 @@
bottom: 0;
width: auto;
z-index: 0 !important;
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
}
.grid-stack > .grid-stack-item > .ui-resizable-handle {
position: absolute;