Skip to content

Commit

Permalink
fix(UI): Display teacher_menubar (Actions) properly in responsive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Oct 15, 2021
1 parent 498d11f commit 9c8962e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/learnocaml_teacher_tab.css
Expand Up @@ -14,6 +14,10 @@
grid-template-columns: auto;
grid-template-rows: auto;
}

#learnocaml-main-teacher > #teacher_menubar {
overflow: visible;
}
}
@media (min-width: 1400px) {
#learnocaml-main-teacher {
Expand Down

0 comments on commit 9c8962e

Please sign in to comment.