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.
要素に追加draggable="true"しましたが、要素の表示部分だけがドラッグされています。残りの要素はクリップされます。要素全体を表示するにはどうすればよいですか?
draggable="true"
検索しても答えが見つからなかったので、自分で答えます。
私の問題はoverflow: hidden;、クリッピングを引き起こしている親要素の1つに設定されていたことです。それを取り除き、別の方法でスタイリングを設定すると、問題を解決できました。
overflow: hidden;