mirror of
https://github.com/ankitects/anki.git
synced 2026-01-20 01:39:00 -05:00
Position stickyBottom fixed
This commit is contained in:
parent
37d30284fc
commit
09f00a92aa
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