Skip to content

Commit

Permalink
docs: mobile demo code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 1, 2022
1 parent 803dcca commit 4ae5ecc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/docs/src/guide/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,13 @@ body.no-scroll {
left: 0;
width: 100%;
height: 100%;
background: rgba(0 0 0 / 90%);
pointer-events: none;
display: flex;
align-items: flex-end;
padding: 12px;
}
.v-popper__popper--no-positioning .v-popper__backdrop {
display: block;
background: rgba(0 0 0 / 90%);
}
.v-popper__popper--no-positioning .v-popper__wrapper {
Expand Down

0 comments on commit 4ae5ecc

Please sign in to comment.