mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(datetime): prevent navigating to disabled months (#24421)
Resolves #24208, #24482
This commit is contained in:
@@ -241,6 +241,13 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
:host .calendar-body .calendar-month-disabled {
|
||||
/**
|
||||
* Disables swipe gesture snapping for scroll-snap containers
|
||||
*/
|
||||
scroll-snap-align: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Hide scrollbars on Chrome and Safari
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user