mirror of
https://github.com/9001/copyparty.git
synced 2026-01-05 11:05:50 +10:00
md-edit: fix sbs in ff52/chrome49
This commit is contained in:
@@ -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)}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user