diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index 64096fd..d7ce9da 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -531,6 +531,11 @@ div { .thumbswipe { -webkit-overflow-scrolling: touch; max-height: 100px; - overflow-x: hidden; + overflow-x: scroll; overflow-y: hidden; -} \ No newline at end of file + scrollbar-width: none; +} + +.thumbswipe::-webkit-scrollbar { + display: none; +}