commit 2bde5c90fa53c28ad03672c2e2d2325b26a14dc4 parent 57067845209d902b08772b70d2a2f7f98805229d Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com> Date: Thu, 24 Dec 2020 11:49:49 -0800 Change back arrow position from fixed to absolute. Diffstat:
| M | css/global.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/css/global.css b/css/global.css @@ -94,7 +94,7 @@ header { } #backArrow { - position: fixed; + position: absolute; left: 10px; height: 30px; background-color: var(--theme-color);