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