Make button appear at the top of the page for small screens #1370

This commit is contained in:
DianaXWiki 2024-08-03 20:51:58 +03:00
parent ca8e58b34a
commit b009ccdd65
1 changed files with 3 additions and 0 deletions

View File

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