Fix selectability of kanji text (#1586)

This commit is contained in:
toasted-nutbread 2021-04-03 11:39:46 -04:00 committed by GitHub
parent dabda86259
commit 0d2d342cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1652,8 +1652,6 @@ button.definition-item-expansion-button:focus:focus-visible+.definition-item-con
line-height: 1; line-height: 1;
padding: 0.01em; padding: 0.01em;
vertical-align: top; vertical-align: top;
position: relative;
z-index: -1;
} }
.kanji-glyph-data { .kanji-glyph-data {
margin-top: 0.75em; margin-top: 0.75em;
@ -1703,6 +1701,12 @@ button.definition-item-expansion-button:focus:focus-visible+.definition-item-con
.kanji-glossary { .kanji-glossary {
white-space: pre-line; white-space: pre-line;
} }
.kanji-tag-list {
position: relative;
}
.entry[data-type=kanji] .entry-body-section[data-section-type=frequencies] {
position: relative;
}
/* Progress bar */ /* Progress bar */