mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-18 21:19:44 +00:00
chore: fix tailwind linter warning
This commit is contained in:
parent
a44b6494bf
commit
f5463af7db
@ -12,16 +12,14 @@ html,
|
|||||||
}
|
}
|
||||||
|
|
||||||
@layer utilities {
|
@layer utilities {
|
||||||
@variants responsive {
|
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||||
/* Hide scrollbar for Chrome, Safari and Opera */
|
.no-scrollbar::-webkit-scrollbar {
|
||||||
.no-scrollbar::-webkit-scrollbar {
|
display: none;
|
||||||
display: none;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/* Hide scrollbar for IE, Edge and Firefox */
|
/* Hide scrollbar for IE, Edge and Firefox */
|
||||||
.no-scrollbar {
|
.no-scrollbar {
|
||||||
-ms-overflow-style: none; /* IE and Edge */
|
-ms-overflow-style: none; /* IE and Edge */
|
||||||
scrollbar-width: none; /* Firefox */
|
scrollbar-width: none; /* Firefox */
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user