mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 16:49:01 +01:00
Half-fix for scrollbar white corner on Chrome
This commit is contained in:
parent
97a2c4b2c7
commit
5e0a61bab2
@ -182,6 +182,10 @@ body.movingUI ::-webkit-scrollbar-thumb:vertical {
|
|||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-corner {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
table.responsiveTable {
|
table.responsiveTable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
@ -4675,10 +4679,6 @@ body:not(.sd) .mes_img_swipes {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img_enlarged_holder::-webkit-scrollbar-corner {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.img_enlarged_container pre code {
|
.img_enlarged_container pre code {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user