Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Really ugly positioning hack to circumvent iron-dropdown bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jwwisgerhof committed May 11, 2016
1 parent a853c5a commit 2098919
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion elements/uqlibrary-toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
color: var(--theme-color-light) !important;
};
}

paper-listbox {
width: 350px;
}
</style>
<paper-toolbar id="mainToolbar">

Expand All @@ -44,7 +48,7 @@

<template is="dom-if" if="{{_hasAppLinks(appLinks)}}">

<paper-menu-button horizontal-align="right" vertical-align="below">
<paper-menu-button horizontal-offset="-310" horizontal-align="left" vertical-align="top" vertical-offset="40">
<paper-icon-button id="actionsButton" icon="more-vert" class="dropdown-trigger" title="show more options" aria-label="show more options" alt="actions icon"></paper-icon-button>
<paper-listbox id="listActions" on-iron-activate="_actionSelected" class="dropdown-content"
no-auto-focus="true" aria-label="Select action item" title="Select action item">
Expand Down

0 comments on commit 2098919

Please sign in to comment.