diff --git a/assets/styles/main/log.sass b/assets/styles/main/log.sass index 52f7a927..ece001bb 100644 --- a/assets/styles/main/log.sass +++ b/assets/styles/main/log.sass @@ -56,23 +56,6 @@ pre#log #log.loading padding: 25px 0 0 10px -#log::-webkit-scrollbar - height: 10px - width: 10px - -#log::-webkit-scrollbar-button:start:decrement, -#log::-webkit-scrollbar-button:end:increment - display: none - -#log::-webkit-scrollbar-track-piece - background: #444 - -webkit-border-radius: 4px - -#log::-webkit-scrollbar-thumb:horizontal - background: -webkit-gradient(linear, left top, left bottom, from(#85888E), to(#55585E)) - -webkit-border-radius: 4px - width: 25px - #log-container position: relative