Removed scroll overflow for now

master
Davide Bongiovanni 8 years ago
parent b170121643
commit 8d04651c08

@ -4,6 +4,10 @@ html {
color: #000F0F; color: #000F0F;
} }
::-webkit-scrollbar {
display: none;
}
.recent { .recent {
display: inline-block; display: inline-block;
left: 0; left: 0;
@ -11,7 +15,6 @@ html {
top: 0; top: 0;
width: 30%; width: 30%;
text-align: center; text-align: center;
overflow: scroll;
} }
.event { .event {

Loading…
Cancel
Save