From bc5117794e804b2e2927cf4d85a673e46140bff9 Mon Sep 17 00:00:00 2001
From: Paul Tolstoi <paul.tolstoi@gmail.com>
Date: Sat, 21 Apr 2018 17:50:37 +0200
Subject: [PATCH] more ios fixes

---
 static/css/main.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/css/main.css b/static/css/main.css
index bed164b..4a4e960 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -233,7 +233,7 @@ ul.menu li a {
     -moz-transition: max-height 0.4s linear;
     transition: max-height 0.4s linear;
 }
-.lang-dropdown:hover ul {
+.lang-dropdown:hover ul, .lang-dropdown:focus ul {
     max-height: 200px;
 }
 .lang-dropdown.up ul {
-- 
GitLab