fix weird ios sticky behavior with virtual keyboard
This commit is contained in:
parent
43ebb44866
commit
176d0e2e77
@ -102,8 +102,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sticky {
|
.sticky {
|
||||||
position: sticky;
|
position: fixed;
|
||||||
border-bottom: 1px solid var(--theme-toolbarActive);
|
border-bottom: 1px solid var(--theme-toolbarActive);
|
||||||
|
width: 100vw;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
background-color: var(--bs-body-bg);
|
background-color: var(--bs-body-bg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user