scrolling bug
This commit is contained in:
parent
06592ee7ca
commit
b28c50fa6c
4 changed files with 63 additions and 13 deletions
|
|
@ -114,11 +114,16 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
padding: 5px;
|
||||
margin-right: 20px;
|
||||
margin-top: 24px;
|
||||
margin-top: 19px;
|
||||
|
||||
z-index: 2;
|
||||
background-color: #EBEBEB;
|
||||
background-color: Transparent;
|
||||
}
|
||||
|
||||
.settingsIcon:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.settingsButtonDot {
|
||||
|
|
|
|||
Loading…
Reference in a new issue