fix overflow issue

This commit is contained in:
Tim Daubenschütz 2015-07-14 19:03:10 +02:00
parent 190a65b981
commit 49b530870d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
height: 100%;
/* We need this, otherwise piece list will have a scrollbar */
overflow-y: hidden;
overflow-x: hidden;
}
.hero {