mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(button): fix button overflow causing whole screen to overflow left/right
Closes #1780
This commit is contained in:
@@ -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: ' ';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user