try to fix the logout everywhere button again

This commit is contained in:
Til Schmitter 2026-05-15 23:19:42 +02:00
parent 3b4b30af28
commit 7f91837457
3 changed files with 5 additions and 3 deletions

View file

@ -3100,6 +3100,8 @@ html.c .modalcontent {
}
.modal.vis.unmodal {
position: initial;
max-height: 50vh;
.modalcontent{
width: 100%;
max-width: none;

View file

@ -1653,8 +1653,8 @@ function goto(dest) {
clmod(document.documentElement, 'op_open', dest);
// enables the use of keyboard page nav on modals
var a_modal = QS('.modal.vis');
clmod(document.documentElement, 'noscroll', a_modal && window.getComputedStyle(a_modal).position == 'fixed');
//var a_modal = QS('.modal.vis');
//clmod(document.documentElement, 'noscroll', a_modal && window.getComputedStyle(a_modal).position == 'fixed');
if (treectl)
treectl.onscroll();

View file

@ -102,7 +102,7 @@ a {
}
#lo {
padding: 0 .6em;
height: 1.6em;
line-height: 1.8em;
border-width: 0 0 2px 0;
}
#lo:hover, #lo:focus-visible,