mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
try to fix the logout everywhere button again
This commit is contained in:
parent
3b4b30af28
commit
7f91837457
|
|
@ -3100,6 +3100,8 @@ html.c .modalcontent {
|
|||
}
|
||||
.modal.vis.unmodal {
|
||||
position: initial;
|
||||
max-height: 50vh;
|
||||
|
||||
.modalcontent{
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue