fix(nav): add height for mobile view
This commit is contained in:
committed by
mrugesh mohapatra
parent
90747a8000
commit
88aaf421f8
@ -168,6 +168,7 @@ li.user-state-link > a:focus {
|
||||
transform: translate(0, -300px);
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: min-content;
|
||||
min-height: 180px;
|
||||
margin: 0;
|
||||
opacity: 0;
|
||||
|
Reference in New Issue
Block a user