remove overflow: auto but keep width the same

This commit is contained in:
Sean Yesmunt 2020-12-07 11:45:42 -05:00
parent 459a4752ed
commit 495cf89a38

View file

@ -91,8 +91,7 @@
.markdown-preview {
height: 100%;
/*overflow: auto;*/
width: 53rem;
width: 40rem;
margin-left: auto;
margin-right: auto;
max-width: unset;