mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 15:17:12 -05:00
Position stickyBottom fixed
This commit is contained in:
parent
d15d6d1584
commit
d40e0df11b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
footer {
|
footer {
|
||||||
position: sticky;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue