adjust shadow of BottomSheet and Menu
This commit is contained in:
parent
e7410c7296
commit
0267bffe87
4 changed files with 41 additions and 32 deletions
14
src/material/Menu.css
Normal file
14
src/material/Menu.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue