proper max-height for bottom-sheet (#326)

main
Anil Mandepudi 8 years ago committed by Julian Lam
parent adc29ea601
commit 28f21f4277

@ -9,7 +9,7 @@
margin: 0;
padding: 0 5px;
max-height: ~"calc(100% - 86px)";
max-height: 60%;
background: #fff;
box-shadow: 0 2px 6px rgba(0,0,0,0.35);

Loading…
Cancel
Save