changeset 2340:9978360ade43

Forcing displaying scrollbar in popup when needed. Closed #62
author Giulio Moro <giuliomoro@yahoo.it>
date Tue, 10 May 2016 18:44:12 +0100
parents 42f4d06fa98a
children 9b4d7c57a78c 21eda4b24dad
files css/core.css
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/css/core.css	Tue May 10 18:30:23 2016 +0100
+++ b/css/core.css	Tue May 10 18:44:12 2016 +0100
@@ -209,3 +209,14 @@
     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);
+}