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

View File

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