Skip to content

Commit

Permalink
feat: add shadow for popup
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Nov 6, 2024
1 parent 8eb5baa commit 5c7d036
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vuepress/components/Chatbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,11 @@ const sendMessage = async () => {
}
}
.van-popup {
box-shadow: 9px 9px 40px 10px #ffffff0d, 6px 6px 40px 0px #ffffff14,
6px 6px 40px -4px #ffffff1f !important;
}
@media screen and (max-width: 768px) {
.van-popup {
display: flex;
Expand Down

0 comments on commit 5c7d036

Please sign in to comment.