mirror of
https://github.com/9001/copyparty.git
synced 2025-12-08 06:03:29 -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);
|
||||
}
|
||||
#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)}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue