Skip to content

Commit

Permalink
CSCFC4EMSCR-589 Last element of select format dropdown goes offscreen…
Browse files Browse the repository at this point in the history
…: created style that forces wrapper element with class fi-select-item-list_content_wrapper having child li element with id attribute ending with SHACL, having maximum height 160px.
  • Loading branch information
masillan committed Oct 29, 2024
1 parent ce6cb78 commit 5cd2da1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mscr-ui/src/pages/mscr-style-customizations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ body {
}
}

.fi-select-item-list_content_wrapper:has(li[id$="SHACL"]) {
max-height: 160px !important;
}

.fi-dropdown_popover {
margin-top: 0px !important;
Expand Down

0 comments on commit 5cd2da1

Please sign in to comment.