mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
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;
|
||||
overflow-x: hidden;
|
||||
max-height: 75vh;
|
||||
overscroll-behavior: contain;
|
||||
overscroll-behavior: none;
|
||||
|
||||
header {
|
||||
padding-bottom: 16px;
|
||||
|
|
Loading…
Add table
Reference in a new issue