We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4555fec commit 9d1e65dCopy full SHA for 9d1e65d
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
@@ -5,9 +5,12 @@
5
background-color: #222;
6
border-top-left-radius: 4px;
7
bottom: 0;
8
+ -webkit-box-sizing: border-box;
9
+ -moz-box-sizing: border-box;
10
+ box-sizing: border-box;
11
display: none;
- height: 30px;
- padding: 6px 6px 0;
12
+ height: 36px;
13
+ padding: 6px;
14
position: fixed;
15
right: 0;
16
z-index: 99999;
0 commit comments