1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Scroll overflowing post content

closes #143
This commit is contained in:
Toby Zerner
2015-09-16 08:38:54 +09:30
parent 8f6eb51f39
commit ebf2888057

View File

@@ -81,6 +81,7 @@
font-size: 14px;
line-height: 1.7;
position: relative;
overflow: auto;
p, ul, ol, blockquote {
margin-bottom: 1em;