mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-74245 tool_lp: region-main overflow for dropdowns
This commit is contained in:
parent
9344149aba
commit
012ba2d823
1 changed files with 4 additions and 0 deletions
|
@ -241,3 +241,7 @@ input[type="checkbox"].tool_lp_scale_proficient {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.path-admin-tool-lp #region-main {
|
||||||
|
overflow-x: visible;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue