1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 08:52:15 -05:00

Display mail-list scrollbar in desktop mode

This commit is contained in:
Tankred Hase 2014-12-03 19:06:35 +01:00
parent 987ddbd796
commit 95cbe0ea11

View File

@ -130,11 +130,6 @@
overflow-y: scroll;
// allow scrolling on iOS
-webkit-overflow-scrolling: touch;
// hide scrollbar in webkit
&::-webkit-scrollbar {
display: none;
}
}
&__entries {
display: table; // import for mail list entry desktop layout