From acae1d5d03a4c1c5af90b380d19447f07eb5a3b4 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Mon, 4 Jan 2016 22:59:27 +0100 Subject: [PATCH] Fixed zoomed stickers panel Closes #968 --- app/less/app.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/less/app.less b/app/less/app.less index a188c043..6f6118d3 100644 --- a/app/less/app.less +++ b/app/less/app.less @@ -2581,7 +2581,8 @@ img.img_fullsize { } .composer_emoji_tooltip_tabs_contents { position: absolute; - width: 200%; + // width: 200%; + width: 568px; .transform(translate3d(0,0,0)); transition: transform ease-in-out 0.2s;