perplexican / ui /app /globals.css
0Scottzilla0's picture
Upload folder using huggingface_hub
a80ecb8 verified
raw
history blame
217 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
.overflow-hidden-scrollable {
-ms-overflow-style: none;
}
.overflow-hidden-scrollable::-webkit-scrollbar {
display: none;
}
}