Skip to content

Commit 2fc5f0e

Browse files
authored
Merge pull request #658 from will-moore/long_descriptions_scrollable
Description scrollable if taller than 350px
2 parents 7b16aed + f99dbde commit 2fc5f0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

omeroweb/webclient/static/webclient/css/layout.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,11 @@
665665

666666
padding:10px 0 5px 0;
667667
}
668+
669+
.description .data_heading {
670+
max-height: 40vh;
671+
overflow: auto;
672+
}
668673

669674

670675
.data_heading h1 {

0 commit comments

Comments
 (0)