A very high z-index value is required to avoid issues in the profiler view

This commit is contained in:
Javier Eguiluz 2015-07-09 22:43:30 +02:00
parent 23dc884dcf
commit e28f895a18

View File

@ -6,7 +6,7 @@
padding: 5px 6px 0; padding: 5px 6px 0;
position: fixed; position: fixed;
right: 0; right: 0;
z-index: 9999; z-index: 99999;
} }
.sf-toolbarreset * { .sf-toolbarreset * {
@ -29,7 +29,7 @@
position: fixed; position: fixed;
right: 0; right: 0;
text-align: left; text-align: left;
z-index: 9999; z-index: 99999;
} }
.sf-toolbarreset abbr { .sf-toolbarreset abbr {
border: none; border: none;