Use 'none' instead

Never thought 'none' would actually do something instead of nothing
This commit is contained in:
Lim Chee Aun 2023-10-25 01:14:15 +08:00
parent beff01c976
commit 163ef4ce91

View file

@ -428,7 +428,7 @@
border-radius: 16px 16px 0 0;
overflow-x: hidden;
max-height: 75vh;
overscroll-behavior: contain;
overscroll-behavior: none;
header {
padding-bottom: 16px;