spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit 801eeed4ea8d6ea80a9e8556e5d10717979d3c23
parent 0595c29f1e748a39ef93fe3873df8b7e5d8c1132
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Sun, 12 Apr 2020 09:38:59 -0700

Fix iOS sticky header bug.

Diffstat:
MStyles.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Styles.css b/Styles.css @@ -124,6 +124,7 @@ button:disabled { #referenceTable th { position: sticky; + position: -webkit-sticky; top: 0; background-color: var(--hover-color); }