Skip to content

Commit 634b47b

Browse files
authored
design fix
1 parent 075bff8 commit 634b47b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

index.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
font-family: 'Inter', sans-serif !important;
7979
}
8080

81+
.flatpickr-innerContainer {
82+
overflow-x: auto;
83+
}
84+
8185
.flatpickr-day.selected {
8286
background: #334155 !important;
8387
border-color: #334155 !important;
@@ -119,7 +123,7 @@
119123

120124
.flatpickr-calendar {
121125
width: 90% !important;
122-
max-width: 300px !important;
126+
max-width: 310px !important;
123127
}
124128
}
125129
</style>

0 commit comments

Comments
 (0)