diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/css/hootstream.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index 32aeed4..3b22a8c 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -30,7 +30,7 @@ #hootevents .hootText { max-width: 60rem; transition: opacity 0.2s; - overflow-x: scroll; + overflow-x: auto; } .hoot:hover > .text { opacity: 1 !important; @@ -617,6 +617,7 @@ ::-webkit-scrollbar { background-color: #ddd; width: 4px; + height: 4px; } ::-webkit-scrollbar-thumb { |
