fix recording button

This commit is contained in:
Luke Pulverenti 2015-06-23 18:13:06 -04:00
parent 02b433a97f
commit c73ed976d9
30 changed files with 165 additions and 129 deletions

View file

@ -54,7 +54,7 @@
}
.mainDrawerPanel #drawer {
z-index: 1000 !important;
z-index: 1099 !important;
position: fixed !important;
bottom: 0;
height: auto !important;
@ -72,7 +72,7 @@
.mainDrawerPanel #scrim {
/* Give it at least something to make it visible */
z-index: 1000;
z-index: 1098;
/* It defaults to absolute, not visible after scrolling */
position: fixed;
}