Skip to content

Commit de9af33

Browse files
committed
Merge pull request #297 from Evidlo/zindex_max
changed z-index to max allowed by firefox
2 parents 144894b + 20f39d1 commit de9af33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/skin/liberator.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[liberator|highlight~=HintImage],
44
[liberator|highlight~=Hint] {
5-
z-index: 5000;
5+
z-index: 2147483647;
66
position: absolute !important;
77
}
88
[liberator|highlight~=Search] {

0 commit comments

Comments
 (0)