Merge pull request #2974 from thelounge/xpaw/firefox-scrollbar
Set scrollbar properties for Firefox 64+
This commit is contained in:
commit
0c0b59b3fb
@ -550,6 +550,7 @@ kbd {
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
touch-action: pan-y;
|
touch-action: pan-y;
|
||||||
|
scrollbar-width: thin;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
@ -897,6 +898,7 @@ background on hover (unless active) */
|
|||||||
display: none;
|
display: none;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
scrollbar-width: thin;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
@ -1045,6 +1047,7 @@ background on hover (unless active) */
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
scrollbar-width: thin;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
outline: none;
|
outline: none;
|
||||||
@ -1569,6 +1572,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
touch-action: pan-y;
|
touch-action: pan-y;
|
||||||
|
scrollbar-width: thin;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,10 @@
|
|||||||
--highlight-border-color: #b08c4f;
|
--highlight-border-color: #b08c4f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.05);
|
||||||
|
}
|
||||||
|
|
||||||
#chat .channel .msg.highlight .time {
|
#chat .channel .msg.highlight .time {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user