Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bbe09fe

Browse filesBrowse files
committed
Respect configured toolbar position
1 parent 86750a3 commit bbe09fe
Copy full SHA for bbe09fe

File tree

1 file changed

+5
-0
lines changed
Filter options

1 file changed

+5
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,14 +445,19 @@
445445
.sfErrorToolbar {
446446
background: #222;
447447
left: 0;
448+
{% if position == 'top' %}
449+
top: 0;
450+
{% else %}
448451
bottom: 0;
452+
{% endif %}
449453
color: #f5f5f5;
450454
font: 13px/36px Arial, sans-serif;
451455
height: 36px;
452456
padding: 0 15px;
453457
position: fixed;
454458
width: 100%;
455459
text-align: left;
460+
z-index: 99999;
456461
}
457462

458463
.sfErrorToolbar a {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.