Fixed minor bug on mobile menu.

This commit is contained in:
Nistor Cristian 2018-10-04 15:54:06 +03:00
parent 8d885ac5ae
commit 04996c0cd2
1 changed files with 2 additions and 1 deletions

View File

@ -208,7 +208,8 @@ select[multiple] {
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
max-width: 100vw;
overflow: hidden;
overflow-x: hidden;
overflow-y: scroll;
.mobile-menu-container-inner,
.mobile-submenu-container-inner
top: 16px;