fix: use position absolute for mobile misc tools (#6099)

pull/6103/head
Aakansha Doshi 2 years ago committed by GitHub
parent 618442299f
commit 328ff6c32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -540,7 +540,7 @@
}
.mobile-misc-tools-container {
position: fixed;
position: absolute;
top: 5rem;
right: 0;
display: flex;

Loading…
Cancel
Save