paper-dialog-scrollable
paper-dialog-scrollable copied to clipboard
A scrollable area used in a Material Design dialog
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.15.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 v1.23.0 Release 1.23.0...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
### Description I have a form within a paper-dialog that contains a paper-dialog-scrollable element. When you click on the paper-button on-click event function never fires when using IOS mobile device...
### Description Using `paper-dropdown-menu` in a dialog with `paper-dialog-scrollable` causes the listbox to be clipped on iOS. The issue is only present when `paper-dialog-scrollable` is used. ### Expected outcome The...
When resizing the browser window, the bottom border does not behave well. Steps to reproduce: - Make the window smaller so that the dialog becomes scrollable - **Issue 1: The...
### Description Top border gets hidden by contents, specifically when using `iron-list`. ### Expected outcome The `:host(.is-scrolled:not(:first-child))::before` should be above the scrollable's contents. ### Actual outcome The lack of a...
Increase z-index of the ::before element to stay on top of content elements.
### Description Resizing when the part of a custom element does not work. `_ensureTarget` does not work when added as the first child of a custom element. Workaround is to...
I've only been using polymer for a little while, but I had a component that offered a fixed height list down one side of a larger scrollable pane. It was...