Skip to content

Commit

Permalink
fixup! enhanc: keep calendar always open
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Nov 18, 2024
1 parent c575b55 commit 17a54a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Appointments/Booking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ export default {
.booking__date-header {
position: relative;
margin-left: 16px;
}
.booking__slot-selection .material-design-icon.loading-icon.animation-rotate {

Check warning on line 295 in src/views/Appointments/Booking.vue

View check run for this annotation

Codecov / codecov/patch

src/views/Appointments/Booking.vue#L295

Added line #L295 was not covered by tests
Expand All @@ -308,7 +309,6 @@ export default {
:deep(.mx-datepicker-main) {

Check warning on line 310 in src/views/Appointments/Booking.vue

View check run for this annotation

Codecov / codecov/patch

src/views/Appointments/Booking.vue#L310

Added line #L310 was not covered by tests
border: 0;
left: -16px !important;
}

Check warning on line 312 in src/views/Appointments/Booking.vue

View check run for this annotation

Codecov / codecov/patch

src/views/Appointments/Booking.vue#L312

Added line #L312 was not covered by tests
h2, h3, h4, h5 {
Expand Down

0 comments on commit 17a54a6

Please sign in to comment.