mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
opt: the relative position will make the absolute position work as expected
This commit is contained in:
parent
478993a37f
commit
482379e5c7
|
@ -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,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue