Use 'none' instead
Never thought 'none' would actually do something instead of nothing
This commit is contained in:
parent
beff01c976
commit
163ef4ce91
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@
|
||||||
border-radius: 16px 16px 0 0;
|
border-radius: 16px 16px 0 0;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
max-height: 75vh;
|
max-height: 75vh;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: none;
|
||||||
|
|
||||||
header {
|
header {
|
||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue