scrolling bug

This commit is contained in:
Andrew Gundersen 2021-03-13 15:16:21 -06:00
commit b28c50fa6c
4 changed files with 63 additions and 13 deletions

View file

@ -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 {