mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-09-16 22:31:32 +00:00
22 lines
344 B
CSS
22 lines
344 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
.overflow-hidden-scrollable {
|
|
-ms-overflow-style: none;
|
|
}
|
|
|
|
.overflow-hidden-scrollable::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
select,
|
|
textarea,
|
|
input {
|
|
font-size: 16px !important;
|
|
}
|
|
}
|