mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
form rerenders optimized
This commit is contained in:
@@ -34,7 +34,10 @@ body {
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
|
||||
/*div[data-radix-scroll-area-viewport] > div:first-child {}*/
|
||||
div[data-radix-scroll-area-viewport] > div:first-child {
|
||||
min-width: auto !important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
/* hide calendar icon on inputs */
|
||||
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
|
||||
|
||||
Reference in New Issue
Block a user