Skip to content

Commit

Permalink
Bugfix: Smart menus are not scrollable (vertical scrolling in long me…
Browse files Browse the repository at this point in the history
…nu list), resolves moodle-an-hochschulen#406
  • Loading branch information
prasanna-lmsace committed Mar 21, 2024
1 parent 0578d88 commit 92a9378
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/boost_union/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,7 @@ body.theme_boost-union-footerbuttonnone.jsenabled {
max-height: calc(100vh - 120px);
text-align: center;
padding: 5px;
overflow: auto;
position: fixed;
right: 0;
top: 100px;
Expand All @@ -1660,6 +1661,8 @@ body.theme_boost-union-footerbuttonnone.jsenabled {
.dropdown-menu {
min-width: 220px;
max-width: 260px;
max-height: calc(100vh - 200px);
overflow: auto;
margin-top: 0;
/* The more menu item with inline to display in full width */
.nav-item {
Expand Down

0 comments on commit 92a9378

Please sign in to comment.