We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
0ct0pu5
/
rustpad
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
fix body overflow
Jonathan Goren
3 年 前
親
70438ee947
コミット
cb77d5bbe9
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
src/index.css
+ 1
- 0
src/index.css
ファイルの表示
@@ -1,3 +1,4 @@
body {
+ overflow: hidden;
overscroll-behavior: none;
}