Fix scroll bug when modal closes from browser vack button (#2363)

Co-authored-by: SleeplessOne1917 <insomnia-void@protonmail.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
SleeplessOne1917 2024-02-16 13:15:12 +00:00 committed by GitHub
parent cc0177a4aa
commit 7cfe9a1a40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
body {
overflow-y: scroll !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.75rem !important;
padding-left: 0.75rem !important;