fix: prevent page scrolling when in mobile modal (#238)

* fix: import `_partial/container.scss` in `style.scss`

- Add import for `_partial/container.scss` in `style.scss`

* chore: ignore CSS map files in .gitignore

- Added a new entry for `*.css.map` to the .gitignore file

* chore: update dependabot interval to weekly

- Update the interval of the dependabot from daily to weekly.

* fix: try to fix safari floating address bar issue

* fix: try again with svh
This commit is contained in:
Spedon
2024-01-20 16:46:10 +08:00
committed by GitHub
parent 3fef127666
commit d9452ca8d2
4 changed files with 7 additions and 3 deletions

View File

@@ -8,5 +8,5 @@ updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: 'daily'
interval: 'weekly'
open-pull-requests-limit: 1000