Browse Source

fix controls z-index in ff

embed
Hakim El Hattab 13 years ago
parent
commit
4031a21ea8
  1. 1
      css/main.css

1
css/main.css

@ -264,6 +264,7 @@ html {
position: fixed; position: fixed;
width: 100px; width: 100px;
height: 100px; height: 100px;
z-index: 30;
right: 0; right: 0;
bottom: 0; bottom: 0;

Loading…
Cancel
Save