Skip to content

Commit

Permalink
Merge pull request galaxyproject#17124 from davelopez/23.2_fix_dropdo…
Browse files Browse the repository at this point in the history
…wn_menu_css

[23.2] Fix CSS issue affecting all dropdown menus
  • Loading branch information
bgruening authored Dec 2, 2023
2 parents 87c9878 + d671b20 commit 779b051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Panels/Menus/PanelViewMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default {
</script>

<style lang="scss">
.dropdown-menu {
.tool-panel-dropdown .dropdown-menu {
overflow: auto;
max-height: 50vh;
min-width: 100%;
Expand Down

0 comments on commit 779b051

Please sign in to comment.