Merge pull request #5406 from opf/fix/prevent_flickering_query_settings_menu

prevent flickering dropdown menu
pull/5415/head
Oliver Günther 8 years ago committed by GitHub
commit f54f36ff3c
  1. 6
      app/assets/stylesheets/layout/_drop_down.sass

@ -37,6 +37,12 @@
#column-context-menu .menu
margin: 0
.dropdown
// Will be overridden by the js code but having this here will prevent the
// dropdown to displayed in the upper right corner until the js sets the
// position explicitly.
visibility: hidden
.dropdown,
.toolbar .legacy-actions-more
position: absolute

Loading…
Cancel
Save