mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	show scrollbars with noSyntax
This commit is contained in:
		| @@ -356,6 +356,11 @@ | |||||||
|   background-color: var(--ac-style-color-background); |   background-color: var(--ac-style-color-background); | ||||||
|   color: var(--ac-style-color-text); |   color: var(--ac-style-color-text); | ||||||
| } | } | ||||||
|  | .popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder.qr--noSyntax > #qr--modal-message::-webkit-scrollbar, | ||||||
|  | .popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder.qr--noSyntax > #qr--modal-message::-webkit-scrollbar-thumb { | ||||||
|  |   visibility: visible; | ||||||
|  |   cursor: unset; | ||||||
|  | } | ||||||
| .popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder.qr--noSyntax > #qr--modal-message::selection { | .popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > #qr--modal-messageHolder.qr--noSyntax > #qr--modal-message::selection { | ||||||
|   color: unset; |   color: unset; | ||||||
|   background-color: rgba(108 171 251 / 0.25); |   background-color: rgba(108 171 251 / 0.25); | ||||||
|   | |||||||
| @@ -429,6 +429,10 @@ | |||||||
| 							> #qr--modal-message { | 							> #qr--modal-message { | ||||||
| 								background-color: var(--ac-style-color-background); | 								background-color: var(--ac-style-color-background); | ||||||
| 								color: var(--ac-style-color-text); | 								color: var(--ac-style-color-text); | ||||||
|  |                                 &::-webkit-scrollbar, &::-webkit-scrollbar-thumb { | ||||||
|  |                                     visibility: visible; | ||||||
|  |                                     cursor: unset; | ||||||
|  |                                 } | ||||||
| 								&::selection { | 								&::selection { | ||||||
| 									color: unset; | 									color: unset; | ||||||
| 									background-color: rgba(108 171 251 / 0.25); | 									background-color: rgba(108 171 251 / 0.25); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user