🐛 fixes dropdown on docs and guide

The dropdowns for user profile and guide was not showing the border and shadow because of not using tailwind base, which we can’t use here.
This commit is contained in:
Greg Newman
2024-01-25 11:51:01 -05:00
parent 0e1091cc13
commit 5439a61be0
7 changed files with 18 additions and 4106 deletions

View File

@@ -33,3 +33,7 @@ div.book:first-of-type, {
#avatar>div>img {
@apply rounded;
}
#userMenu, #guideMenu {
border: 1px solid #d1d5db;
}

View File

@@ -120,3 +120,8 @@ select, #search-input {
#avatar>div>img {
@apply rounded;
}
#userMenu, #guideMenu {
border: 1px solid #d1d5db;
}