Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はモバイルアプリを書いていて、右上隅に機能ボタンがあります。ページのすべての機能にアクセスするには、ステータス ウィジェットを右下のボタンに移動する必要があります。
私が見つけた最も簡単な方法は、次の CSS をヘッダーに追加することでした。
<style type="text/css"> #velocity-status-widget { top: initial; bottom: 0px; transform: translate(50%, 50%) rotate(45deg) } </style>
キー部分はtop: initial、値をリセットするためのものです
top: initial