We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075bff8 commit 634b47bCopy full SHA for 634b47b
1 file changed
index.php
@@ -78,6 +78,10 @@
78
font-family: 'Inter', sans-serif !important;
79
}
80
81
+ .flatpickr-innerContainer {
82
+ overflow-x: auto;
83
+ }
84
+
85
.flatpickr-day.selected {
86
background: #334155 !important;
87
border-color: #334155 !important;
@@ -119,7 +123,7 @@
119
123
120
124
.flatpickr-calendar {
121
125
width: 90% !important;
122
- max-width: 300px !important;
126
+ max-width: 310px !important;
127
128
129
</style>
0 commit comments