mirror of
https://github.com/mempool/mempool.git
synced 2025-03-31 16:08:15 +02: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…
x
Reference in New Issue
Block a user