'init'
This commit is contained in:
7
app/components/Dialog/Dialog.module.css
Normal file
7
app/components/Dialog/Dialog.module.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.dialogs_wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-right: 1px solid var(--mantine-color-dark-light);
|
||||
overflow-y: scroll;
|
||||
user-select: none;
|
||||
}
|
||||
Reference in New Issue
Block a user