mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-05 20:29:22 +01:00
Remove focus outline from transparent popups
This commit is contained in:
parent
7642b66a0e
commit
58a85fa0c8
@ -3140,6 +3140,10 @@ grammarly-extension {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.transparent_dialogue_popup:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#dialogue_popup .horizontal_scrolling_dialogue_popup {
|
||||
overflow-x: unset !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user