nested grids

This commit is contained in:
Pavel Reznikov 2015-03-08 22:31:23 -07:00
commit bd815c4a28
3 changed files with 100 additions and 10 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;