From b009ccdd655883d7738fc006a70afae2d37b98e5 Mon Sep 17 00:00:00 2001 From: DianaXWiki <139217939+DianaXWiki@users.noreply.github.com> Date: Sat, 3 Aug 2024 20:51:58 +0300 Subject: [PATCH] Make button appear at the top of the page for small screens #1370 --- www/calendar/app-calendar.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/calendar/app-calendar.less b/www/calendar/app-calendar.less index bdf59fb6d..3bf3d0202 100644 --- a/www/calendar/app-calendar.less +++ b/www/calendar/app-calendar.less @@ -155,6 +155,9 @@ } .tui-full-calendar-popup { border-radius: @variables_radius_L; + @media screen and (max-width : @browser_media-medium-screen){ + bottom: 50%; + } } .tui-full-calendar-popup-container { min-width: 100%;