diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-15 18:15:11 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-15 18:15:11 -0700 |
commit | 0da3647105a8098f9218e0d6c8105b9d60c1cb28 (patch) | |
tree | 28fbc4f3a8444d8962d1df75799019dfc0d0774a /extension/react-app/src/index.css | |
parent | 512ac568b719bec6ba0811bc5100ec5af849edfa (diff) | |
download | sncontinue-0da3647105a8098f9218e0d6c8105b9d60c1cb28.tar.gz sncontinue-0da3647105a8098f9218e0d6c8105b9d60c1cb28.tar.bz2 sncontinue-0da3647105a8098f9218e0d6c8105b9d60c1cb28.zip |
footer sticks to bottom
Diffstat (limited to 'extension/react-app/src/index.css')
-rw-r--r-- | extension/react-app/src/index.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/react-app/src/index.css b/extension/react-app/src/index.css index 20599d30..32a92d0e 100644 --- a/extension/react-app/src/index.css +++ b/extension/react-app/src/index.css @@ -21,7 +21,7 @@ html, body, #root { - height: calc(100%); + height: 100%; } body { @@ -31,4 +31,5 @@ body { font-family: "Mona Sans", "Arial", sans-serif; padding: 0px; margin: 0px; + height: 100%; } |