1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00

fix overflow issue

This commit is contained in:
Tim Daubenschütz 2015-07-14 19:03:10 +02:00
parent 190a65b981
commit 49b530870d

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 {