japanese sentences: fix template for some anki users

This commit is contained in:
Ren Tatsumoto 2022-11-02 22:07:45 +03:00
parent b6495e3daa
commit fbbb5dbb74

View file

@ -473,7 +473,11 @@ ruby rt {
}
.jpsentence>.overlay {
position: absolute;
inset: 0;
/* Some versions of Anki don't understand inset. */
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.jpsentence>.background,
.jpsentence>.overlay ruby rt {