Fixed toolbar issues when displaying it inside the profiler

This commit is contained in:
Javier Eguiluz 2015-07-20 11:59:57 +02:00
parent e94a6a02b1
commit 002dda5bd3

View File

@ -357,6 +357,7 @@
bottom: auto;
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
top: 0;
overflow: hidden; /* needed to aovid issues for toolbars with lots of elements */
}
.sf-toolbar-block .sf-toolbar-info {