Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-12-19 12:01:21 +0300
committerAleksander Machniak <alec@alec.pl>2021-12-19 12:01:21 +0300
commit77d968a031a2e1b8c399c21b8999a5b81c4b4ce1 (patch)
treed49df2e120f2841719d339bc400a21a12101e6ec
parent18be02607b1766b9ede52586c45ea719d752af5a (diff)
Elastic: Don't set webkit scrollbar width when @scrollbar-width = auto
I.e. prefer the default browser scrollbar style
-rw-r--r--skins/elastic/styles/global.less3
1 files changed, 0 insertions, 3 deletions
diff --git a/skins/elastic/styles/global.less b/skins/elastic/styles/global.less
index 0c7e043b1..59ec6d7f4 100644
--- a/skins/elastic/styles/global.less
+++ b/skins/elastic/styles/global.less
@@ -103,9 +103,6 @@ html {
scrollbar-width: @scrollbar-width;
&:not(.touch) {
- ::-webkit-scrollbar when (@scrollbar-width = auto) {
- width: 14px;
- }
::-webkit-scrollbar when (@scrollbar-width = thin) {
width: 6px;
}