diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-11-14 15:17:11 +0100 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-11-14 15:17:11 +0100 |
| commit | e580cd14cbbb01477d9962616b279ecf04ff20ac (patch) | |
| tree | b7affb8a9019d6a9a3923a396702332942771c46 /public/assets/css | |
| parent | 5ee5dc0fb1e6e6e15527b81ae925d6327259e086 (diff) | |
styling
Diffstat (limited to 'public/assets/css')
| -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 { |
