mirror of
https://github.com/9001/copyparty.git
synced 2026-02-27 05:53:11 -07:00
md-edit: fix sbs in ff52/chrome49
This commit is contained in:
parent
89cab5b520
commit
d9f76882e7
|
|
@ -9,10 +9,13 @@
|
||||||
width: calc(100% - 56em);
|
width: calc(100% - 56em);
|
||||||
}
|
}
|
||||||
#mw {
|
#mw {
|
||||||
left: max(0em, calc(100% - 55em));
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
@media (min-width: 55em) {
|
||||||
|
#mw {left:calc(100% - 55em)}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue