opt: the relative position will make the absolute position work as expected

This commit is contained in:
YiFang Xiao 2023-05-08 12:49:06 +08:00 committed by xiaoyifang
parent 478993a37f
commit 482379e5c7

View file

@ -151,6 +151,10 @@ a:hover
content:url('qrc:///icons/collapse_article_hovered.png');
}
.gdarticlebody{
position: relative;
}
/* The first headword in a (possibly) multi-headword DSL article */
.gdarticlebody > div:first-child .dsl_headwords,
{