Fix scrollbar bug on markdown page

This commit is contained in:
Raphael Wickihalder 2022-04-09 17:26:27 +02:00
parent 65d0c9c6c3
commit a21e75d865
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -116,7 +116,7 @@
font-size: var(--font-large);
height: auto;
max-height: none;
overflow: auto;
// overflow: auto;
margin-bottom: var(--spacing-l);
}