Fossil SCM
Re-added an important forumPostBody.overflow CSS attribute which was accidentally removed in the last edit.
Commit
939b64738dbfbc203fd07c3161f2a3019390f0a76a01de4a634a46fa9024056b
Parent
ebbd20c63841472…
1 file changed
+1
-1
+1
-1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -803,11 +803,11 @@ | ||
| 803 | 803 | .forum-post-collapser:not(.expanded) > span::before { |
| 804 | 804 | content: "⇣⇣⇣"; |
| 805 | 805 | } |
| 806 | 806 | div.forumPostBody{ |
| 807 | 807 | max-height: 50em; |
| 808 | - /*overflow: auto;*/ | |
| 808 | + overflow: auto; | |
| 809 | 809 | } |
| 810 | 810 | div.forumPostBody.with-expander { |
| 811 | 811 | display: flex; |
| 812 | 812 | flex-direction: row; |
| 813 | 813 | overflow: auto; |
| 814 | 814 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -803,11 +803,11 @@ | |
| 803 | .forum-post-collapser:not(.expanded) > span::before { |
| 804 | content: "⇣⇣⇣"; |
| 805 | } |
| 806 | div.forumPostBody{ |
| 807 | max-height: 50em; |
| 808 | /*overflow: auto;*/ |
| 809 | } |
| 810 | div.forumPostBody.with-expander { |
| 811 | display: flex; |
| 812 | flex-direction: row; |
| 813 | overflow: auto; |
| 814 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -803,11 +803,11 @@ | |
| 803 | .forum-post-collapser:not(.expanded) > span::before { |
| 804 | content: "⇣⇣⇣"; |
| 805 | } |
| 806 | div.forumPostBody{ |
| 807 | max-height: 50em; |
| 808 | overflow: auto; |
| 809 | } |
| 810 | div.forumPostBody.with-expander { |
| 811 | display: flex; |
| 812 | flex-direction: row; |
| 813 | overflow: auto; |
| 814 |