1
0
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:
Gani Georgiev 2022-08-02 21:31:42 +03:00
parent f8b7a40837
commit c152f99793

View File

@ -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;