We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015ac80 commit 0cd8abbCopy full SHA for 0cd8abb
src/Shared/Components/DatePicker/datePicker.scss
@@ -19,6 +19,10 @@
19
position: fixed !important;
20
}
21
22
+ .SingleDatePicker {
23
+ width: 100%;
24
+ }
25
+
26
.SingleDatePickerInput {
27
display: flex !important;
28
width: 100%;
@@ -66,6 +70,10 @@
66
70
height: 34px;
67
71
background-color: transparent;
68
72
73
74
+ &:focus-visible {
75
+ outline: none;
76
69
77
78
79
.DateInput_input {
0 commit comments