generated from muhtadeetaron/nextjs-template
10 lines
163 B
CSS
10 lines
163 B
CSS
@import "tailwindcss";
|
|
|
|
.no-scrollbar {
|
|
-ms-overflow-style: none;
|
|
scrollbar-width: none;
|
|
}
|
|
|
|
.no-scrollbar::-webkit-scrollbar {
|
|
display: none;
|
|
} |