fix(nav): add height for mobile view

This commit is contained in:
Mrugesh Mohapatra
2019-01-18 19:37:13 +05:30
committed by mrugesh mohapatra
parent 90747a8000
commit 88aaf421f8

View File

@ -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;