Fix faq nav bar overflow

This commit is contained in:
natsee 2023-12-22 10:39:40 +01:00
parent d6291ecd52
commit 40f2d553e2
No known key found for this signature in database
GPG Key ID: 233CF3150A89BED8

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