# HG changeset patch # User Nicholas Jillings # Date 1463390983 -3600 # Node ID 9239f1d74f01da37f27b69f2e69821bda5ed931a # Parent 48ff93a8256c88ff2605a005a4ca260d5925416f Revert "Forcing displaying scrollbar in popup when needed. Closed #62" This reverts commit 8cf0d3864ca114e381c97bbc008f74be35264192. diff -r 48ff93a8256c -r 9239f1d74f01 css/core.css --- 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); -}