fix weird ios sticky behavior with virtual keyboard
This commit is contained in:
parent
43ebb44866
commit
176d0e2e77
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue