Browse Source

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.
merge-requests/112/merge
Andrew Shu 4 years ago
committed by Deimos
parent
commit
cf3e777fd8
  1. 1
      tildes/scss/modules/_topic.scss

1
tildes/scss/modules/_topic.scss

@ -360,6 +360,7 @@
@extend %text-container;
overflow: auto;
padding-bottom: 0.4rem;
}
.topic-comments-header {

Loading…
Cancel
Save