adjust shadow of BottomSheet and Menu

This commit is contained in:
thislight 2024-10-31 21:50:36 +08:00
parent e7410c7296
commit 0267bffe87
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
4 changed files with 41 additions and 32 deletions

14
src/material/Menu.css Normal file
View file

@ -0,0 +1,14 @@
.Menu {
position: fixed;
border: 1px solid var(--tutu-color-surface-d);
border-radius: 2px;
padding: 0;
max-width: 560px;
width: max-content;
box-shadow: var(--tutu-shadow-e8);
contain: content;
}
dialog.Menu::backdrop {
background: none;
}