Browse Source

Fixes #1854 chrome pointing menu is off by 1px

pull/1875/head
jlukic 9 years ago
parent
commit
1def419363
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/collections/menu.less

2
src/definitions/collections/menu.less

@ -1509,7 +1509,7 @@
top: 100%; top: 100%;
left: 50%; left: 50%;
transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg);
margin: @arrowBorderSize 0em 0em 0em;
margin: 0em;
background: none; background: none;

Loading…
Cancel
Save