fix: fix positioning of mobile buttons menu. Closes #3216 (#3217)

This commit is contained in:
Gabe Kangas 2023-07-27 19:20:04 -07:00 committed by GitHub
parent 2a7388640d
commit 6e3f5d3e9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,8 @@
overflow: auto; overflow: auto;
} }
.mainColumn::-webkit-scrollbar, .mainColumn::-webkit-scrollbar-thumb { .mainColumn::-webkit-scrollbar,
.mainColumn::-webkit-scrollbar-thumb {
display: none; display: none;
} }
@ -64,8 +65,8 @@
display: flex; display: flex;
align-items: center; align-items: center;
position: absolute; position: absolute;
top: 4px; margin: 5px;
right: 10px; right: 5px;
z-index: 199; z-index: 199;
} }