mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 15:10:10 -05:00
Display mail-list scrollbar in desktop mode
This commit is contained in:
parent
987ddbd796
commit
95cbe0ea11
@ -130,11 +130,6 @@
|
|||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
// allow scrolling on iOS
|
// allow scrolling on iOS
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
|
||||||
// hide scrollbar in webkit
|
|
||||||
&::-webkit-scrollbar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
&__entries {
|
&__entries {
|
||||||
display: table; // import for mail list entry desktop layout
|
display: table; // import for mail list entry desktop layout
|
||||||
|
Loading…
Reference in New Issue
Block a user