fix weird ios sticky behavior with virtual keyboard

This commit is contained in:
keyan 2024-03-28 17:35:08 -05:00
parent 43ebb44866
commit 176d0e2e77
1 changed files with 2 additions and 1 deletions

View File

@ -102,8 +102,9 @@
}
.sticky {
position: sticky;
position: fixed;
border-bottom: 1px solid var(--theme-toolbarActive);
width: 100vw;
top: -1px;
padding-top: 1px;
background-color: var(--bs-body-bg);