Skip to content

Commit df5afaa

Browse files
authored
Merge pull request #225 from CSCfi/CSCFC4EMSCR-589
CSCFC4EMSCR-589 "Last element of select format dropdown goes offscreen" pull request to develop
2 parents 1452000 + 4138190 commit df5afaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mscr-ui/src/pages/mscr-style-customizations.scss

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ body {
2828
}
2929
}
3030

31+
.fi-select-item-list_content_wrapper:has(li[id$="SHACL"]) {
32+
max-height: 160px;
33+
}
3134

3235
.fi-dropdown_popover {
3336
margin-top: 0px !important;

0 commit comments

Comments
 (0)