diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-21 11:33:52 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-21 11:33:52 +0100 |
commit | 55d86151952216f1d3e7abde7daf783ab9e9943d (patch) | |
tree | 166e125c6a26d049fa30c9eb8658c355a6006f3a /anki-card-template | |
parent | b5c51b03446c81cb80b1568b8193977a9a2588ae (diff) |
fix small overscroll in AnkiDroid1.3.3
Diffstat (limited to 'anki-card-template')
-rw-r--r-- | anki-card-template/card.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/anki-card-template/card.css b/anki-card-template/card.css index 52094a6..9616e77 100644 --- a/anki-card-template/card.css +++ b/anki-card-template/card.css @@ -4,6 +4,8 @@ body { width: 100vw; height: 100vh; } +/* remove AnkiDroid margin (causes little overscroll) */ +.mobile #content { margin: 0; } /* vertical center card in body */ body { |