mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-03 02:35:12 +00:00
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 {
|
.markdown-preview {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
/*overflow: auto;*/
|
width: 40rem;
|
||||||
width: 53rem;
|
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
|
|
Loading…
Add table
Reference in a new issue