web: improve compatibility with password managers

This commit is contained in:
Jens Langhammer
2021-03-11 21:57:20 +01:00
parent d99451b45c
commit 899cf392f4
4 changed files with 83 additions and 1 deletions

View File

@ -5,6 +5,12 @@ html {
--pf-c-nav__link--PaddingLeft: 0.5rem;
}
html > input {
position: absolute;
top: -2000px;
left: -2000px;
}
.pf-c-page__header {
z-index: 0;
}