Fix: overscroll-behavior:none auf html/body/#page-content — iOS Bounce bewegt keinen fixed Nav mehr, SW by-v531
This commit is contained in:
parent
b62d1ba933
commit
460cc47844
4 changed files with 10 additions and 7 deletions
|
|
@ -197,6 +197,7 @@ html {
|
|||
-webkit-text-size-adjust: 100%;
|
||||
scroll-behavior: smooth;
|
||||
height: 100%;
|
||||
overscroll-behavior: none; /* kein Window-Bounce auf iOS */
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
@ -207,6 +208,7 @@ body {
|
|||
color: var(--c-text);
|
||||
background-color: var(--c-bg);
|
||||
min-height: 100%;
|
||||
overscroll-behavior: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue