Files
OpenSign/apps/OpenSign/src/index.css
T

18 lines
307 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body{
background-color: white;
}
/* Custom CSS to hide scrollbar */
.hide-scrollbar::-webkit-scrollbar {
display: none;
}
.hide-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}