search results modal

This commit is contained in:
Oleg Belyaev 2025-03-23 12:35:13 +03:00
parent 0b4fd5f468
commit 6e7cf5a3f1
3 changed files with 150 additions and 59 deletions

View file

@ -455,13 +455,40 @@ details[open] summary {}
dialog {}
dialog::backdrop {}
dialog#modal_map > article {
dialog > article {
width: 75vw !important;
height: 85vh !important;
max-width: 75vw !important;
max-height: 85vh !important;
}
dialog#modal_searchResults > article {
padding-top: 0;
padding-bottom: 0;
}
dialog#modal_searchResults > article > table > thead {
position: sticky;
top: 0;
z-index: 1055;
}
dialog#modal_searchResults > article > header {
position: sticky;
top: 0;
z-index: 1055;
}
dialog#modal_searchResults > article > footer {
position: sticky;
bottom: 0;
z-index: 1055;
}
/*dialog#modal_searchResults > article > p > table > tbody {
height:100%;
overflow-y: scroll;
}*/
/* Some form fields, `details`, elements with `tabindex`, and possibly other
elements can be focussed. You should use `:focus-visible` instead of `:focus`
whenever possible. As the former is not yet widely supported, you need to do it