Hides the little black square at the corner of preferences

This commit is contained in:
Josh Perez 2021-08-23 12:18:45 -04:00 committed by GitHub
parent be378d2b23
commit 10d220182d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,6 +114,10 @@
height: 100vh;
overflow: scroll;
width: 100%;
&::-webkit-scrollbar-corner {
background: transparent;
}
}
&__title {