references

This commit is contained in:
2024-08-16 16:00:48 +03:00
parent a04e338ce2
commit 9bbd53b586
20 changed files with 170 additions and 90 deletions
+9 -3
View File
@@ -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;
}