From edc3c83d9aa884bbcb0ac7f685a1aaa0efd31e5b Mon Sep 17 00:00:00 2001 From: DianaXWiki <139217939+DianaXWiki@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:04:54 +0300 Subject: [PATCH] Implement review fix #1583 --- www/calendar/app-calendar.less | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/www/calendar/app-calendar.less b/www/calendar/app-calendar.less index 0b5f8491d..2bb7f7291 100644 --- a/www/calendar/app-calendar.less +++ b/www/calendar/app-calendar.less @@ -133,6 +133,13 @@ width: 540px; max-width: 100%; max-height: 100%; + border-radius: @variables_radius_L; + @media screen and (max-width : @browser_media-medium-screen){ + position: fixed; + top: 5.5rem; + overflow-y: auto; + max-height: calc(100% - 6rem); + } } } #tui-full-calendar-popup-arrow { @@ -153,13 +160,6 @@ border-color: @cp_calendar-border !important; } - .tui-full-calendar-popup { - border-radius: @variables_radius_L; - @media screen and (max-width : @browser_media-medium-screen){ - position: fixed; - top: 5.5rem; - } - } .tui-full-calendar-popup-container { min-width: 100%; background: @cp_flatpickr-bg;