references
This commit is contained in:
@@ -14,18 +14,19 @@ body:has(dialog[open]) {
|
||||
}
|
||||
|
||||
dialog {
|
||||
margin: 10px auto;
|
||||
margin: 2vh auto;
|
||||
background-color: #fff;
|
||||
padding: 34px;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
overflow: auto;
|
||||
max-height: 96vh;
|
||||
//position: relative;
|
||||
|
||||
.close {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
top: 10px;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
.dialog-body {
|
||||
@@ -44,4 +45,9 @@ dialog::backdrop {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
position: sticky;
|
||||
top: -34px;
|
||||
z-index: 999;
|
||||
background: #fff;
|
||||
padding: 10px 0;
|
||||
}
|
||||
Reference in New Issue
Block a user