v0.15.25
Removed overscroll behaviour that was causing scrolling to stop on mobile
This commit is contained in:
parent
c23a9792e6
commit
7ad961b011
@ -799,7 +799,6 @@ scroll-tab-header {
|
||||
|
||||
scroll-tab-panels {
|
||||
--background: transparent;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
scroll-tab-panels > * {
|
||||
min-height: 100vh;
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -713,7 +713,6 @@ scroll-tab-header{
|
||||
}
|
||||
scroll-tab-panels{
|
||||
--background: transparent;
|
||||
overscroll-behavior: contain;
|
||||
& > *{
|
||||
min-height: 100vh;
|
||||
padding-top: 4rem;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user