mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 18:32:19 +01:00
Merge pull request #4527 from natsee/fix-faq-nav-bar-overflow
Fix faq nav bar overflow
This commit is contained in:
commit
56dce6b28c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user