mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
fix(aside): reveal default left
This commit is contained in:
@ -35,6 +35,11 @@ $aside-shadow: -1px 0px 2px rgba(0, 0, 0, 0.2), 1px 0px 2px rgba(0,0,0,0.2) !def
|
||||
bottom: 0;
|
||||
|
||||
transform: translate3d(0, 0, 0);
|
||||
|
||||
&[type=reveal] {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
&.open, {
|
||||
&[type=reveal], &[type=push] {
|
||||
left: 0;
|
||||
|
Reference in New Issue
Block a user