changeset 2345:9239f1d74f01

Revert "Forcing displaying scrollbar in popup when needed. Closed #62" This reverts commit 8cf0d3864ca114e381c97bbc008f74be35264192.
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Mon, 16 May 2016 10:29:43 +0100
parents 48ff93a8256c
children 5f1e2b66d8bb
files css/core.css
diffstat 1 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/css/core.css	Mon May 16 10:29:27 2016 +0100
+++ b/css/core.css	Mon May 16 10:29:43 2016 +0100
@@ -210,14 +210,3 @@
     padding: 0 5px;
     height: 290px;
 }
-
-::-webkit-scrollbar {
-    -webkit-appearance: none;
-    width: 7px;
-}
-
-::-webkit-scrollbar-thumb {
-    border-radius: 4px;
-    background-color: rgba(0,0,0,.5);
-    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
-}