mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(datetime): add top padding to MD calendar month grid (#24522)
Resolves #24408
This commit is contained in:
@ -54,7 +54,12 @@
|
|||||||
// Calendar / Body
|
// Calendar / Body
|
||||||
// -----------------------------------
|
// -----------------------------------
|
||||||
:host .calendar-body .calendar-month .calendar-month-grid {
|
:host .calendar-body .calendar-month .calendar-month-grid {
|
||||||
@include padding(0px, 10px, 0px, 10px);
|
/**
|
||||||
|
* 3px top padding adds enough spacing at
|
||||||
|
* the top of the container for the selected
|
||||||
|
* day box shadow to display without clipping.
|
||||||
|
*/
|
||||||
|
@include padding(3px, 10px, 0px, 10px);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Calendar on MD will show an empty row
|
* Calendar on MD will show an empty row
|
||||||
|
Reference in New Issue
Block a user