diff --git a/src/routes/Calendar/Calendar.less b/src/routes/Calendar/Calendar.less index b3f03454f..4763353f1 100644 --- a/src/routes/Calendar/Calendar.less +++ b/src/routes/Calendar/Calendar.less @@ -3,8 +3,7 @@ @import (reference) '~stremio/common/screen-sizes.less'; .calendar { - width: 100%; - height: calc(100% - var(--calculated-bottom-safe-inset)); + height: calc(100% - var(--safe-area-inset-bottom)); background-color: transparent; .content {