mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-02-10 12:36:41 +02:00
fixed datepicker clipped input borders
This commit is contained in:
parent
f8b7a40837
commit
c152f99793
@ -22,6 +22,7 @@
|
||||
box-shadow: none;
|
||||
min-height: 0;
|
||||
height: var(--inputHeight);
|
||||
background: none;
|
||||
border-radius: var(--baseRadius);
|
||||
border: 1px solid var(--baseAlt1Color);
|
||||
}
|
||||
@ -156,7 +157,6 @@
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
overflow: hidden;
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-flex: 1;
|
||||
-ms-flex: 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user