Skip to content

Commit 0094f38

Browse files
author
Sarah Yablok
committed
Fixing widget z-index.
1 parent b3a909f commit 0094f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/less/widgets/widgets-general.less

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

99
/* Default widget styles */
1010
.pf-widget {
11-
z-index: 1000;
11+
z-index: 9999;
1212
font-family: Arial, sans-serif;
1313
visibility: hidden;
1414
opacity: 0;

0 commit comments

Comments
 (0)