}
}
+.modchooser .modal-footer {
+ height: 70px;
+ .moodlenet-logo {
+ .icon {
+ height: 2.5rem;
+ width: 6rem;
+ margin-bottom: .6rem;
+ }
+ }
+}
+
.modchoosercontainer.noscroll {
overflow-y: hidden;
}
background-color: $white;
overflow-x: hidden;
overflow-y: auto;
- min-height: 640px;
+ height: 640px;
.content {
overflow-y: auto;
overflow-wrap: break-word !important; /* stylelint-disable-line declaration-no-important */
}
+.z-index-0 {
+ z-index: 0 !important; /* stylelint-disable-line declaration-no-important */
+}
+
.z-index-1 {
z-index: 1 !important; /* stylelint-disable-line declaration-no-important */
}
position: relative;
z-index: inherit;
}
-}
\ No newline at end of file
+}