Skip to content

Commit

Permalink
fix(widgets): date-time input (#4296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariunzayarin committed Mar 21, 2023
1 parent 115ecaf commit 11584fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion widgets/client/form/sass/components/_form.scss
Expand Up @@ -42,10 +42,13 @@
.date-input {
.rdtPicker {
background: #faf9fb;
right: 40px;
z-index: 999;
padding: 10px;
border: 1px solid #eee;
border-top: 0;
transform: none !important;
will-change: unset !important;
position: unset !important;

table {
width: 300px;
Expand Down

0 comments on commit 11584fb

Please sign in to comment.