fix(nav): add height for mobile view

pull/34914/head
Mrugesh Mohapatra 2019-01-18 19:37:13 +05:30 committed by mrugesh mohapatra
parent 90747a8000
commit 88aaf421f8
1 changed files with 1 additions and 0 deletions

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;