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

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;
}