Removed unused scrolling bars in FF #316 #289

This commit is contained in:
Tobias Reich 2015-04-01 22:55:35 +02:00
parent 5686e83461
commit 31121a0e1e
4 changed files with 3 additions and 2 deletions

BIN
dist/main.css vendored

Binary file not shown.

View File

@ -13,6 +13,7 @@
&::before {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 1px;
border-top: 1px solid white(.02);

View File

@ -204,7 +204,7 @@
height: 300px;
background-color: black(.4);
overflow: hidden;
overflow-y: scroll;
overflow-y: auto;
border-radius: 3px;
box-shadow: inset 0 0 3px black(.4);
}

View File

@ -66,7 +66,7 @@
float: left;
height: calc(100% - 49px);
width: 300px;
overflow: scroll;
overflow: auto;
-webkit-overflow-scrolling: touch;
}