Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 9033e59

Browse files
committed
Fix css z-index
1 parent 441441d commit 9033e59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ggrachdev.debugbar/install/css/general.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
position: fixed !important;
44
bottom: 0 !important;
55
height: 30px !important;
6-
z-index: 9999 !important;
6+
z-index: 2099999999 !important;
77
display: flex !important;
88
align-items: center !important;
99
}

0 commit comments

Comments
 (0)