mirror of
https://github.com/9001/copyparty.git
synced 2025-11-05 14:23:17 +00:00
fix md-editor preview on small screens;
the left side of the preview pane would go off-screen
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
width: calc(100% - 56em);
|
||||
}
|
||||
#mw {
|
||||
left: calc(100% - 55em);
|
||||
left: max(0em, calc(100% - 55em));
|
||||
overflow-y: auto;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user