Implement review fix #1583

This commit is contained in:
DianaXWiki 2024-08-22 18:04:54 +03:00
parent fcc3e73db1
commit edc3c83d9a
1 changed files with 7 additions and 7 deletions

View File

@ -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;