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;
position: fixed;
right: 0;
z-index: 9999;
z-index: 99999;
}
.sf-toolbarreset * {
@ -29,7 +29,7 @@
position: fixed;
right: 0;
text-align: left;
z-index: 9999;
z-index: 99999;
}
.sf-toolbarreset abbr {
border: none;