Hey guys,
I thought I was a able to solve this with my CSS skills, but somehow I just don’t manage to style the modals on larger screens (where you see the black-translucent background behind) to have rounded corners.
HTML structure: I have a long list in a scrollable ion-content-view, which is embedded in a modal view.
I tried applying
overflow:hidden;
border-radius: 8px
on so many elements, including , in modal views, etc., but due to the absolute positioning of the .scroll element, the overflow property of parent elements is being ignored.
Does anyone have an idea how to get rounded corners?
Screenshot: http://cl.ly/image/1y1K1m043s3L