fixed datepicker clipped input borders

This commit is contained in:
Gani Georgiev 2022-08-02 21:31:42 +03:00
parent f8b7a40837
commit c152f99793
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@
box-shadow: none; box-shadow: none;
min-height: 0; min-height: 0;
height: var(--inputHeight); height: var(--inputHeight);
background: none;
border-radius: var(--baseRadius); border-radius: var(--baseRadius);
border: 1px solid var(--baseAlt1Color); border: 1px solid var(--baseAlt1Color);
} }
@ -156,7 +157,6 @@
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
overflow: hidden;
-webkit-box-flex: 1; -webkit-box-flex: 1;
-webkit-flex: 1; -webkit-flex: 1;
-ms-flex: 1; -ms-flex: 1;