2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00

fix: add custom-scroll border to right for RTL

This commit is contained in:
Abdallah A. Zaqout 2023-01-12 21:33:06 +03:00 committed by GitHub
parent 1a510082b7
commit e6e2653050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,3 +176,7 @@ input[type='number']::-webkit-inner-spin-button {
[dir="rtl"] .rtl-rotate-180{ [dir="rtl"] .rtl-rotate-180{
transform: rotate(180deg); transform: rotate(180deg);
} }
[dir="rtl"] .custom-scroll::-webkit-scrollbar-track:vertical {
border-right: solid 1px theme('colors.gray.200');
}