mirror of https://github.com/xwiki-labs/cryptpad
Implement review fix #1583
This commit is contained in:
parent
fcc3e73db1
commit
edc3c83d9a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue