chore: update share memo image (#482)

This commit is contained in:
boojack
2022-11-17 21:01:26 +08:00
committed by GitHub
parent c89a6665b6
commit a24b885236
26 changed files with 66 additions and 104 deletions

View File

@ -1,3 +1,15 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
/* Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
display: none;
}
.hide-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
}