Removed overscroll behaviour that was causing scrolling to stop on mobile
This commit is contained in:
sairaj mote 2021-04-12 17:24:55 +05:30
parent c23a9792e6
commit 7ad961b011
3 changed files with 1 additions and 3 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -713,7 +713,6 @@ scroll-tab-header{
}
scroll-tab-panels{
--background: transparent;
overscroll-behavior: contain;
& > *{
min-height: 100vh;
padding-top: 4rem;