mirror of https://github.com/xwiki-labs/cryptpad
Make button appear at the top of the page for small screens #1370
This commit is contained in:
parent
ca8e58b34a
commit
b009ccdd65
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue