Merge pull request #4527 from natsee/fix-faq-nav-bar-overflow

Fix faq nav bar overflow
This commit is contained in:
softsimon 2024-01-03 11:28:53 +07:00 committed by GitHub
commit 56dce6b28c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,7 +157,7 @@ ul.no-bull.block-audit code{
position: fixed;
top: 80px;
overflow-y: auto;
height: calc(100vh - 50px);
height: calc(100vh - 75px);
scrollbar-color: #2d3348 #11131f;
scrollbar-width: thin;
}