We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3653474 + d97cc8b commit 10619c3Copy full SHA for 10619c3
doc/CHANGES.md
@@ -29,6 +29,7 @@ Change log
29
- widget x and y are now ints (thanks [@DonnchaC](https://github.com/donnchac))
30
- allow all droppable options (thanks [@vigor-vlad](https://github.com/vigor-vlad))
31
- properly track mouse position in `getCellFromPixel` (thanks [@aletorrado](https://github.com/aletorrado))
32
+- remove instance of `!important` (thanks [@krilllind](https://github.com/krilllind))
33
34
## v0.3.0 (2017-04-21)
35
src/gridstack.scss
@@ -50,7 +50,7 @@ $animation_speed: .3s !default;
50
right: $horizontal_padding / 2;
51
bottom: 0;
52
width: auto;
53
- z-index: 0 !important;
+ z-index: 0;
54
overflow-x: hidden;
55
overflow-y: auto;
56
}
0 commit comments