Merge branch 'bottom-sheet-fixes' into 'dev'
fixes for bottom sheet odd behaviour See merge request keanuapp/keanuapp-weblite!45
This commit is contained in:
commit
128b19ef8f
1 changed files with 11 additions and 10 deletions
|
|
@ -91,19 +91,20 @@ export default {
|
||||||
}
|
}
|
||||||
.card {
|
.card {
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
}
|
|
||||||
|
|
||||||
@media #{map-get($display-breakpoints, 'sm-and-down')} {
|
@media #{map-get($display-breakpoints, 'sm-and-up')} {
|
||||||
.card[data-state="close"] {
|
&[data-state="close"] {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&[data-state="half"] {
|
||||||
|
top: 394px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media #{map-get($display-breakpoints, 'sm-and-down')} {
|
|
||||||
.bottom-sheet-content[data-state="closed"] {
|
.bottom-sheet-content[data-state="closed"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue