init
This commit is contained in:
20
src/components/sheet/styles.module.css
Normal file
20
src/components/sheet/styles.module.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.drawerOverlay {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
z-index: 101;
|
||||
}
|
||||
|
||||
.drawerContent {
|
||||
z-index: 999;
|
||||
background-color: var(--mantine-color-body);
|
||||
border-top-left-radius: 20px;
|
||||
border-top-right-radius: 20px;
|
||||
margin-top: 24px;
|
||||
height: fit-content;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
outline: none;
|
||||
}
|
||||
Reference in New Issue
Block a user