Skip to content

Commit 1b63fe3

Browse files
authored
fix(layout): remove overflow from main container (#585)
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.
1 parent bfde03b commit 1b63fe3

File tree

2 files changed

+851
-768
lines changed

2 files changed

+851
-768
lines changed

addon/templates/application.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="uk-padding-small uk-overflow-auto">
1+
<div class="uk-padding-small">
22
<Nav>
33
<Nav::Item @route="users" data-test-nav-users>
44
{{t "emeis.users.title"}}

0 commit comments

Comments
 (0)