mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-17 23:08:32 +02:00
Add bottom padding to topic full text
Prevents scrollbar from showing up when there is a subscript on the last line of text. Another option would have been overflow-y: hidden, but that clips the text in the (pathological?) case of deeply nested subscripts.
This commit is contained in:
@@ -360,6 +360,7 @@
|
|||||||
@extend %text-container;
|
@extend %text-container;
|
||||||
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
padding-bottom: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-comments-header {
|
.topic-comments-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user