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:
Wilfred Asomani 2023-02-02 11:44:38 +00:00 committed by Storj Robot
parent 395426977f
commit 12f884e802

View File

@ -693,6 +693,7 @@ onBeforeUnmount(() => {
height: 100%;
&__main-area {
position: fixed;
display: flex;
width: 100%;
height: 100%;