MDL-65679 assign: Collapsing comments

The comments should appear above everything else when expanded, and expanding/collapsing comments
should not affect the position of anything else in the page.

All credit goes to Damyon Wiese.
This commit is contained in:
Mihail Geshoski
2019-08-02 07:39:03 +08:00
parent 0f13016a50
commit 4935c347cf
+2 -1
View File
@@ -343,7 +343,8 @@ ul.assignfeedback_editpdf_menu {
.assignfeedback_editpdf_widget .commentdrawable {
display: flex;
z-index: 1;
z-index: 50;
height: 0;
}
.assignfeedback_editpdf_widget .commentdrawable label {