fix md-editor preview on small screens;
the left side of the preview pane would go off-screen
This commit is contained in:
parent
503face974
commit
e5582605cd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user