nested grids
This commit is contained in:
parent
b64accd45a
commit
3f5d6fca80
8 changed files with 113 additions and 15 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue