mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 04:46:05 +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