rlcube / src /app /globals.css
imwithye's picture
add basic env
fc3783e
raw
history blame
183 Bytes
@import "tailwindcss";
::-webkit-scrollbar {
display: none;
}
html,
body {
-ms-overflow-style: none;
scrollbar-width: none;
height: 100%;
margin: 0;
overflow: hidden;
}