Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72de675

Browse files
committed
fix IE9 resize handle issue
1 parent 9aa5363 commit 72de675

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

dist/gridstack.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/gridstack.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@
4545
bottom: 0;
4646
right: 15px;
4747

48+
font-size: 10px;
49+
50+
display: inline-block;
4851
font: normal normal normal 14px/1 FontAwesome;
52+
font-size: inherit;
4953
text-rendering: auto;
5054
-webkit-font-smoothing: antialiased;
5155
-moz-osx-font-smoothing: grayscale;
@@ -54,8 +58,10 @@
5458
-webkit-transform: rotate(90deg);
5559
-ms-transform: rotate(90deg);
5660
transform: rotate(90deg);
61+
}
5762

58-
font-size: 10px;
63+
:root .grid-stack-item .ui-resizable-handle {
64+
filter: none;
5965
}
6066

6167
.grid-stack-item .ui-resizable-handle::before {

0 commit comments

Comments
 (0)