md-edit: fix sbs in ff52/chrome49

This commit is contained in:
ed 2025-12-02 19:20:04 +00:00
parent 89cab5b520
commit d9f76882e7

View file

@ -9,10 +9,13 @@
width: calc(100% - 56em);
}
#mw {
left: max(0em, calc(100% - 55em));
overflow-y: auto;
position: fixed;
bottom: 0;
left: 0;
}
@media (min-width: 55em) {
#mw {left:calc(100% - 55em)}
}