Fixed zoomed stickers panel

Closes #968
This commit is contained in:
Igor Zhukov 2016-01-04 22:59:27 +01:00
parent 5e0242816f
commit acae1d5d03

View File

@ -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;