fix(dees-modal): move modal content scrolling into dees-tile so long content stays scrollable with pinned header and actions
This commit is contained in:
@@ -271,13 +271,6 @@ export class DeesModal extends DeesElement {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.content {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
overscroll-behavior: contain;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--dees-color-scrollbar-thumb) transparent;
|
||||
}
|
||||
.bottomButtons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user