correct a display bug on chrome

This commit is contained in:
Yann Esposito 2012-11-28 16:05:15 +01:00
parent cf219c528c
commit 43e4483f5f
2 changed files with 6 additions and 0 deletions

View file

@ -907,6 +907,9 @@
border: none !important;
color: #586e75 !important; }
body.deck-container {
overflow-y: hidden; }
.deck-container {
color: #839496;
background-color: #002b36;

View file

@ -1135,6 +1135,9 @@ $secondTextColor: $base1
border: none !important
color: $base01 !important
body.deck-container
overflow-y: hidden
.deck-container
color: $base0
background-color: $base03