Skip to content

Commit 10619c3

Browse files
authored
Merge pull request #871 from radiolips/bugfix/802
Bugfix/802
2 parents 3653474 + d97cc8b commit 10619c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Change log
2929
- widget x and y are now ints (thanks [@DonnchaC](https://github.com/donnchac))
3030
- allow all droppable options (thanks [@vigor-vlad](https://github.com/vigor-vlad))
3131
- properly track mouse position in `getCellFromPixel` (thanks [@aletorrado](https://github.com/aletorrado))
32+
- remove instance of `!important` (thanks [@krilllind](https://github.com/krilllind))
3233

3334
## v0.3.0 (2017-04-21)
3435

src/gridstack.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $animation_speed: .3s !default;
5050
right: $horizontal_padding / 2;
5151
bottom: 0;
5252
width: auto;
53-
z-index: 0 !important;
53+
z-index: 0;
5454
overflow-x: hidden;
5555
overflow-y: auto;
5656
}

0 commit comments

Comments
 (0)