web/satellite: fix account menu visibility on tablets
This change fixes an issue where the "My Account" menu on the side nav will not be visible on certain tablets. Issue: https://github.com/storj/storj/issues/5445 Change-Id: I15d90851bc39fd1ab37e7e127c48d3de6c7e811e
This commit is contained in:
parent
395426977f
commit
12f884e802
@ -693,6 +693,7 @@ onBeforeUnmount(() => {
|
||||
height: 100%;
|
||||
|
||||
&__main-area {
|
||||
position: fixed;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user