Better scrollbar style that doesn't look like garbage
This commit is contained in:
12
freechat-client/sass/scroll.scss
Normal file
12
freechat-client/sass/scroll.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@import 'general';
|
||||
|
||||
::-webkit-scrollbar {
|
||||
background-color: $back-grey;
|
||||
width: .8em
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:window-inactive,
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: $text;
|
||||
border-radius: 10px;
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
@import 'general';
|
||||
@import 'scroll';
|
||||
|
||||
body {
|
||||
color: $text;
|
||||
@@ -120,8 +121,7 @@ ul ul a {
|
||||
padding-bottom: 50px;
|
||||
overflow-y: scroll;
|
||||
min-height: 480;
|
||||
max-height: 1080px;
|
||||
//max-height: 100%;
|
||||
max-height: 1005px; // 1080 - $send-container-height
|
||||
}
|
||||
|
||||
// Now the message box which must be pinned at the bottom
|
||||
|
||||
Reference in New Issue
Block a user