Skip to content

Commit

Permalink
fix(layout): remove overflow from main container (projectcaluma#585)
Browse files Browse the repository at this point in the history
This caused an inline scroll container to appear when the power select
at the bottom of the scope edit view was clicked.

drive-by-fix: fix lockfile after incomplete run of yarn upgrade.
  • Loading branch information
czosel authored Nov 18, 2022
1 parent bfde03b commit 1b63fe3
Show file tree
Hide file tree
Showing 2 changed files with 851 additions and 768 deletions.
2 changes: 1 addition & 1 deletion addon/templates/application.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="uk-padding-small uk-overflow-auto">
<div class="uk-padding-small">
<Nav>
<Nav::Item @route="users" data-test-nav-users>
{{t "emeis.users.title"}}
Expand Down
Loading

0 comments on commit 1b63fe3

Please sign in to comment.