show scrollbars with noSyntax

This commit is contained in:
LenAnderson
2024-06-25 08:20:05 -04:00
parent 7851c974d1
commit d8dc16d6c1
2 changed files with 9 additions and 0 deletions

View File

@@ -429,6 +429,10 @@
> #qr--modal-message {
background-color: var(--ac-style-color-background);
color: var(--ac-style-color-text);
&::-webkit-scrollbar, &::-webkit-scrollbar-thumb {
visibility: visible;
cursor: unset;
}
&::selection {
color: unset;
background-color: rgba(108 171 251 / 0.25);