mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-04 13:17:36 +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;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
table.responsiveTable {
|
||||
width: 100%;
|
||||
margin: 10px 0;
|
||||
@ -4675,10 +4679,6 @@ body:not(.sd) .mes_img_swipes {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.img_enlarged_holder::-webkit-scrollbar-corner {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.img_enlarged_container pre code {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user