Hides the little black square at the corner of preferences
This commit is contained in:
parent
be378d2b23
commit
10d220182d
1 changed files with 4 additions and 0 deletions
|
@ -114,6 +114,10 @@
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
&::-webkit-scrollbar-corner {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
|
|
Loading…
Add table
Reference in a new issue