Skip to content

Commit 75fc03c

Browse files
committed
Merge pull request #2 from 1d10t/master
.ui-resizable makes windows relative
2 parents f803807 + 33c8ed1 commit 75fc03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/desktop.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ li {
2727
----------------------------------------------------------------------------------------------------*/
2828

2929
.abs {
30-
position: absolute;
30+
position: absolute !important;
3131
top: auto;
3232
left: auto;
3333
right: auto;

0 commit comments

Comments
 (0)