This commit is contained in:
Markos Gogoulos
2026-02-11 21:09:15 +02:00
parent 98111234f8
commit f226c2fe1e
20 changed files with 45 additions and 25 deletions

View File

@@ -680,6 +680,17 @@
}
}
}
// Disable sticky navigation when in select_media mode (for LTI iframe)
&.fixed-nav[data-action="select_media"] {
.profile-nav {
position: relative;
top: auto;
left: auto;
right: auto;
z-index: 1;
}
}
}
.page-main {