You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if Bootstrap is installed, at-odds definitions in Bootstrap and the requirement of the "Dropdown" class create conflicts. In particular, Bootstrap overrides the position: absolute.
Even doubling up the definition of html /deep/ paper-dropdown to html /deep/ paper-dropdown, html /deep/ paper-dropdown.dropdown should fix this.
As per: https://www.polymer-project.org/docs/elements/paper-elements.html#paper-dropdown-menu
Currently, if Bootstrap is installed, at-odds definitions in Bootstrap and the requirement of the "Dropdown" class create conflicts. In particular, Bootstrap overrides the
position: absolute.Even doubling up the definition of
html /deep/ paper-dropdowntohtml /deep/ paper-dropdown, html /deep/ paper-dropdown.dropdownshould fix this.