ref fix + overflow for nav

This commit is contained in:
Atreya Choudhury
2024-07-30 14:34:19 -04:00
parent d789f8055b
commit 620252b856
3 changed files with 79 additions and 79 deletions

View File

@ -22,6 +22,15 @@
@apply my-5;
}
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
/* https://stackoverflow.com/questions/61083813/how-to-avoid-internal-autofill-selected-style-to-be-applied */
input:-webkit-autofill,
input:-webkit-autofill:focus {