Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70435

How to round the top edges of the page?

$
0
0

How to round the edges of the page without breaking the transition animations? It happens when I use the CSS below but the animations are broken.

ion-content {
  border-top-left-radius: 5% !important;
  border-top-right-radius: 5% !important;
  -webkit-border-top-left-radius: 5% !important;
  -webkit-border-top-right-radius: 5% !important;
  overflow: hidden !important;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
}

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 70435

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>