Beautiful Design App

<pre><span><style>
div[id*='screenScrollView'] > div > div:nth-of-type(#) {
-webkit-transform: rotate(-90deg);
    width: 42px;
    margin-left: auto;
    margin-top: 60%;
}

Replace the # in div:nth-of-type(#) as the number of the component in th screen. Eg:

div:nth-of-type(3)

12 Likes