8000 Increased the z-index of .sf-toolbar-info · symfony/symfony@f237ff1 · GitHub
[go: up one dir, main page]

Skip to content

Commit f237ff1

Browse files
committed
Increased the z-index of .sf-toolbar-info
1 parent b3ad83d commit f237ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
.sf-toolbar-block .sf-toolbar-info {
8989
border-collapse: collapse;
9090
display: table;
91-
z-index: 99999;
91+
z-index: 100000;
9292
}
9393
.sf-toolbar-block hr {
9494
border-top: 1px solid #777;

0 commit comments

Comments
 (0)
0