mirror of
https://github.com/moodle/moodle.git
synced 2025-03-20 07:30:01 +01:00
MDL-72267 theme_boost: prevent dropdowns to overflow drawer
This commit is contained in:
parent
dc437b5171
commit
25cec83cd6
@ -254,4 +254,8 @@ $right-drawer-width: 320px;
|
||||
flex-wrap: nowrap;
|
||||
overflow-y: auto;
|
||||
padding: 0.5rem;
|
||||
.dropdown-menu .dropdown-item {
|
||||
width: 220px;
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
|
@ -14407,6 +14407,9 @@ body.drawer-ease {
|
||||
flex-wrap: nowrap;
|
||||
overflow-y: auto;
|
||||
padding: 0.5rem; }
|
||||
.drawercontent .dropdown-menu .dropdown-item {
|
||||
width: 220px;
|
||||
white-space: normal; }
|
||||
|
||||
#page-my-index {
|
||||
background-color: #f7f7f7; }
|
||||
|
@ -14630,6 +14630,9 @@ body.drawer-ease {
|
||||
flex-wrap: nowrap;
|
||||
overflow-y: auto;
|
||||
padding: 0.5rem; }
|
||||
.drawercontent .dropdown-menu .dropdown-item {
|
||||
width: 220px;
|
||||
white-space: normal; }
|
||||
|
||||
#page-my-index {
|
||||
background-color: #f7f7f7; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user