Merge pull request #4917 from mempool/natsoni/fix-liquid-dropdown-position

Fix dropdown menu position in Liquid
This commit is contained in:
softsimon 2024-04-08 21:03:39 +09:00 committed by GitHub
commit 51f0b75a64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,10 @@ li.nav-item {
}
}
.dropdown-container {
margin-top: 5px;
}
nav {
box-shadow: 0px 0px 15px 0px #000;
}