Enable multiselect for the whole screen

This commit is contained in:
Tobias Reich 2014-01-31 22:26:51 +01:00
parent b4b50be732
commit 3ad59279b3

View File

@ -26,6 +26,7 @@
position: absolute;
padding: 50px 0px 33px 0px;
width: 100%;
min-height: calc(100% - 90px);
-webkit-overflow-scrolling: touch;
}