fix: use position absolute for mobile misc tools (#6099)
This commit is contained in:
@ -540,7 +540,7 @@
|
||||
}
|
||||
|
||||
.mobile-misc-tools-container {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 5rem;
|
||||
right: 0;
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user