fix(frontend): Fix #15744
This commit is contained in:
parent
102578712b
commit
d0a98f6e6c
|
@ -249,6 +249,7 @@ async function close(skip: boolean) {
|
||||||
|
|
||||||
.pageFooter {
|
.pageFooter {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
z-index: 1;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
Loading…
Reference in New Issue