remove overflow: auto but keep width the same
This commit is contained in:
parent
459a4752ed
commit
495cf89a38
1 changed files with 1 additions and 2 deletions
|
@ -91,8 +91,7 @@
|
|||
|
||||
.markdown-preview {
|
||||
height: 100%;
|
||||
/*overflow: auto;*/
|
||||
width: 53rem;
|
||||
width: 40rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: unset;
|
||||
|
|
Loading…
Reference in a new issue