From 51b802da84897ce814fdd8f09c11b1f6fda0f619 Mon Sep 17 00:00:00 2001 From: Ilya Daynatovich Date: Wed, 23 Nov 2016 12:27:34 +0200 Subject: [PATCH] fix problem with popover --- css/_jitsi_popover.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/_jitsi_popover.scss b/css/_jitsi_popover.scss index 7037b274c..8191e2940 100644 --- a/css/_jitsi_popover.scss +++ b/css/_jitsi_popover.scss @@ -17,7 +17,7 @@ margin-top: -13px; &__menu-padding { - height: 10px; + height: 13px; width: 100px; position: absolute; bottom: -13px;