Fixed positioning of user menu

no issue

- CSS that was used to fix positioning of the dropdown menus on the labs theme list was too liberal. Fixed by adding a specific class for the theme list dropdowns
This commit is contained in:
Kevin Ansfield 2021-10-06 15:29:42 +01:00
parent 145211d875
commit 12d85966c2
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<GhBasicDropdown @verticalPosition="below" @horizontalPosition="right" @buttonPosition="right" as |dd|>
<dd.Trigger class="gh-btn gh-btn-icon gh-btn-white"><span>{{svg-jar "dotdotdot"}}</span></dd.Trigger>
<dd.Content>
<dd.Content class="relative-dropdown-menu">
<ul class="dropdown-menu">
{{#unless theme.active}}
<li><button type="button" {{on "click" (fn this.activateTheme theme.model dd)}} class="darkgrey apps-configured-action-activate green-hover green-bg-hover" data-test-button="activate">Activate</button></li>

View File

@ -33,7 +33,7 @@
font-weight: normal;
}
.ember-basic-dropdown-content .dropdown-menu {
.relative-dropdown-menu .dropdown-menu {
position: relative;
float: none;
top: auto;