Skip to content

Commit f2353f1

Browse files
committed
-> #1409 cap the height of the citation display so it's not scrolling the main viewport (just itself)
1 parent 9349f9a commit f2353f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2555,6 +2555,7 @@ pre.bq-string {
25552555
pre.citations-list {
25562556
white-space: pre-wrap;
25572557
word-break: break-word;
2558+
max-height: 600px;
25582559
}
25592560

25602561
.bq-string-display img {

0 commit comments

Comments
 (0)