🎨(floating-toolbar): Fix height for floating toolbar pointer

This commit is contained in:
Jackie Luo 2016-02-24 17:25:57 -08:00
parent c0661a677f
commit 8aee4e6472

View file

@ -53,7 +53,7 @@
position: absolute;
zoom: 0.5;
width: 45px;
height: 21px;
height: 20px;
&.shadow {
-webkit-mask-image: url('images/tooltip/tooltip-bg-pointer-shadow@2x.png');
background-color: fade(@black, 22%);