mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-02-28 20:50:36 +00:00
chore: remove scrollbar
This commit is contained in:
parent
eb290a1244
commit
d354139db8
@ -49,6 +49,14 @@ export default function App({ Component, pageProps }: AppLayoutProps) {
|
||||
--dark-orange: #321504;
|
||||
}
|
||||
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
background: rgb(var(--lsd-surface-primary));
|
||||
|
Loading…
x
Reference in New Issue
Block a user