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.
ユーザーが画面サイズを特定のピクセル未満に変更した場合、たとえば1025pxに変更した場合、divがスクロール可能になる方法はありますか?
検索しましたが、何も見つからないようです。
うん
@media only screen and (min-device-width : 1025px) and (max-device-width : 1024px) { /** STYLES FOR SMALLER SCREENS HERE **/ body { padding:0px; } }
よくわかりませんが、divのスクロールが無効になっておらず、位置が固定されていない限り、自動的に表示されるように感じます。