mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(sass): fix linter errors
This commit is contained in:
@@ -19,11 +19,9 @@ $popover-md-item-background: $popover-md-background !default;
|
||||
}
|
||||
|
||||
.popover-content {
|
||||
width: $popover-md-width;
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
|
||||
width: $popover-md-width;
|
||||
|
||||
max-height: $popover-md-max-height;
|
||||
|
||||
border-radius: $popover-md-border-radius;
|
||||
|
||||
@@ -39,6 +39,7 @@ ion-popover {
|
||||
ion-page {
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user