diff options
| author | 2018-12-16 15:04:46 +0100 | |
|---|---|---|
| committer | 2018-12-16 15:04:46 +0100 | |
| commit | e0e96d6a13788c539be1bcce3cde0a1d614ff2c3 (patch) | |
| tree | c95761c1858b3624c7f1c829f83c8374a9c146d0 /p/themes/base-theme/template.css | |
| parent | 49869882e6f68ccf54f86567c56a1ab90829090b (diff) | |
Remove simple-scrollbar fallback (#2182)
https://github.com/FreshRSS/FreshRSS/pull/2181#issuecomment-447636787
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 86c985d0c..099aee916 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -382,57 +382,6 @@ a.btn { } /*=== Scrollbar */ -.ss-wrapper { - overflow: hidden; - width: 100%; - height: 100%; - position: relative; - z-index: 1; - float: left; -} - -.ss-content { - height: 100%; - width: calc(100% + 18px); - padding: 0 0 0 0; - position: relative; - overflow-y: scroll; - box-sizing: border-box; -} - -.ss-content.rtl { - width: calc(100% + 18px); - right: auto; -} - -.ss-scroll { - position: relative; - background: rgba(0, 0, 0, 0.1); - width: 9px; - border-radius: 4px; - top: 0; - z-index: 2; - cursor: pointer; - transition: opacity 0.25s linear; -} - -.ss-hidden { - display: none; -} - -.ss-container:hover .ss-scroll, -.ss-container:active .ss-scroll { - background: rgba(0, 0, 0, 0.3); -} - -.ss-grabbed { - -o-user-select: none; - -ms-user-select: none; - -moz-user-select: none; - -webkit-user-select: none; - user-select: none; -} - @supports (scrollbar-width: thin) { #sidebar { overflow-y: auto; |
