update gridstack.js

This commit is contained in:
Pavel Reznikov 2014-11-17 00:05:00 -08:00
commit 7a08efed10
2 changed files with 96 additions and 5 deletions

View file

@ -128,3 +128,17 @@
.grid-stack-item[data-gs-y="17"] { top: 1360px; }
.grid-stack-item[data-gs-y="18"] { top: 1440px; }
.grid-stack-item[data-gs-y="19"] { top: 1520px; }
@media (max-width: 768px) {
.grid-stack-item {
position: relative !important;
width: auto !important;
left: 0 !important;
top: auto !important;
margin-bottom: 20px;
}
.grid-stack {
height: auto !important;
}
}