MDL-74245 tool_lp: region-main overflow for dropdowns

This commit is contained in:
Bas Brands 2022-03-17 12:27:41 +01:00
parent 9344149aba
commit 012ba2d823

View File

@ -241,3 +241,7 @@ input[type="checkbox"].tool_lp_scale_proficient {
max-width: 100%;
box-sizing: border-box;
}
.path-admin-tool-lp #region-main {
overflow-x: visible;
}