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:
parent
145211d875
commit
12d85966c2
@ -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>
|
||||
|
@ -33,7 +33,7 @@
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.ember-basic-dropdown-content .dropdown-menu {
|
||||
.relative-dropdown-menu .dropdown-menu {
|
||||
position: relative;
|
||||
float: none;
|
||||
top: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user