选定的文字显示超大的选择区域

时间:2015-09-09 11:07:24

标签: html css

我不确定如何解释这一点,但当我选择或突出显示我的页面上的文字时,选择区域太大了。我发现这会导致文本中的锚点出现问题。

从下面的照片中我可以看到,我只选择了单词"什么是" APR"?"但该区域也显示在它上面。

enter image description here

我检查了我的CSS并且无法看到任何可能导致此问题的内容,任何想法?

已更新

CSS

h3 {    
    color: rgb(0, 156, 222);
    display: block;
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: 500;
    height: 25px;
    line-height: 25.3px;
    margin-bottom: 9px;
    margin-top: 18px;
}

1 个答案:

答案 0 :(得分:0)

我已经弄清楚了。所以我Caused by: org.hibernate.QueryException: illegal attempt to dereference collection [vu360user0_.id.lmsRoles] with element property reference [lmsRoleLmsFeature] 中有<a name="anchor"></a>,这导致了这个问题。如果我将锚标记放在<h3></h3>之外就可以了。