Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
fix: addresses safari bugs with pick-list and value-list
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Driscoll <driskull@users.noreply.github.com>
 (#565) (#727)
  • Loading branch information
asangma authored Jan 2, 2020
1 parent 811e76c commit da46c72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/calcite-block/calcite-block.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
:host {
display: flex;
flex: 1 0 auto;
flex-direction: column;
border-radius: var(--calcite-app-border-radius);
margin: var(--calcite-app-cap-spacing-quarter) var(--calcite-app-side-spacing-quarter) 0;
Expand Down
1 change: 1 addition & 0 deletions src/components/calcite-pick-list/calcite-pick-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
align-items: stretch;
background-color: var(--calcite-app-background-clear);
display: flex;
flex: 1 0 auto;
flex-flow: column;
padding-bottom: var(--calcite-app-cap-spacing-half);
position: relative;
Expand Down
1 change: 1 addition & 0 deletions src/components/calcite-value-list/calcite-value-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
align-items: stretch;
background-color: var(--calcite-app-background-clear);
display: flex;
flex: 0 0 auto;
flex-flow: column;
position: relative;
}
Expand Down

0 comments on commit da46c72

Please sign in to comment.