fix(button): fix button overflow causing whole screen to overflow left/right

Closes #1780
This commit is contained in:
rotorgames
2014-07-12 23:38:42 +04:00
committed by Andrew
parent dd3ce2b55d
commit 114dad8cea

View File

@@ -33,9 +33,9 @@
// used to create a larger button "hit" area
position: absolute;
top: -6px;
right: -8px;
right: -6px;
bottom: -6px;
left: -8px;
left: -6px;
content: ' ';
}