theme: default: give itte-thread its own block context

because it may contain `float` and `clear` elements. Those will intefere
with our `float: left` sidebar.
This commit is contained in:
Peter Cai 2020-04-15 08:55:15 +08:00
parent c1304581e6
commit 9ebcbd1d59
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 3 additions and 0 deletions

View File

@ -581,4 +581,7 @@ blockquote {
#itte-thread {
/* The Itte CSS overrides the margin. We override it back :) */
margin-right: 10px !important;
/* Give itte-thread its own block context */
/* it contains float elements and clear, which interferes with sidebar */
overflow: hidden;
}