Closed tylertucker202 closed 4 years ago
I took another swing at this issue. I could get it to spill over with the css below.
.md-drppicker.shown.drops-down-right { position: fixed; }
@tylertucker202 this solutions works for me too. thanks for sharing
Thanks for making this available. This component is great!
I've implemented it on my app argovis.colorado.edu.
The calendar popup is confined to sidebar menu is a bit squished (see image attached) . Is there any way we can get it to spill over horizontally so that it covers some of the map element? I've tried altering the popup's style to .md-drppicker { position: relative !important; z-index: 1000000; } in my main styles.css but it still is squished in the sidebar. Setting the position to absolute didn't work either. I used to use ng2-daterangepicker until today, and it spilled over.
Thank you for your help!