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

Commit

Permalink
fix(flow): remove height rule for frame
Browse files Browse the repository at this point in the history
re #565 
Should fix Safari issues when pick-list is in flow.
  • Loading branch information
asangma authored Dec 18, 2019
1 parent 8886006 commit dda4e4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/calcite-flow/calcite-flow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ $start-alpha: 0.5;

.frame {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
display: flex;
Expand Down

0 comments on commit dda4e4b

Please sign in to comment.