Fixed html body
Build & Push Docker Images / test-backend (push) Successful in 1m10s
Build & Push Docker Images / test-frontend (push) Successful in 1m3s
Build & Push Docker Images / build-backend (push) Successful in 1m6s
Build & Push Docker Images / build-frontend (push) Successful in 1m51s
Build & Push Docker Images / test-backend (push) Successful in 1m10s
Build & Push Docker Images / test-frontend (push) Successful in 1m3s
Build & Push Docker Images / build-backend (push) Successful in 1m6s
Build & Push Docker Images / build-frontend (push) Successful in 1m51s
This commit is contained in:
@@ -34,8 +34,12 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html, body {
|
||||
html {
|
||||
overscroll-behavior: none;
|
||||
overflow-x: clip;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user