When reviewing cards the tag fiel is overlaying the answer field that makes it hard to read the answer
Is there a fix for it?
This is an issue with the styling of the shared deck you’re using. If you tap the gear/cog during review, then scroll down to Card Template, and remove ‘position:fixed’ from the styling section, it should prevent it from overlapping.
.tags {
font-size: 10pt; line-height: 1.4; color: gray;
width: min-content; text-align: right;
position: fixed; bottom: 2pt; right: 2pt; }
Awesome thanks for the tip
I will try