mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
fix: add custom-scroll border to right for RTL
This commit is contained in:
parent
1a510082b7
commit
e6e2653050
@ -176,3 +176,7 @@ input[type='number']::-webkit-inner-spin-button {
|
||||
[dir="rtl"] .rtl-rotate-180{
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
[dir="rtl"] .custom-scroll::-webkit-scrollbar-track:vertical {
|
||||
border-right: solid 1px theme('colors.gray.200');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user