MDL-62884 privacy: Additional fix for popper.js

The older version of popper needs custom CSS to ensure the menus are
visible without scrolling.
This commit is contained in:
Damyon Wiese
2018-08-17 16:08:09 +08:00
committed by Jake Dallimore
parent 082f2f7dd8
commit 884aa7b9f7
+5 -1
View File
@@ -25,6 +25,10 @@ dd a.contactdpo {
margin-left: inherit;
}
[data-region="data-requests-table"] .moodle-actionmenu {
#page-admin-tool-dataprivacy-datarequests [data-region="data-requests-table"] .no-overflow {
overflow: inherit;
}
#page-admin-tool-dataprivacy-datarequests [data-region="data-requests-table"] .moodle-actionmenu {
min-width: 150px;
}