diff --git a/scenarios/xslt/edxml2html/css/styles.css b/scenarios/xslt/edxml2html/css/styles.css
index bb34d05cdaffaabb1eb2eb2a6599070e1116e63e..e24e5ea4d3fa2d20516ce181441dd4ad08bbd662 100644
--- a/scenarios/xslt/edxml2html/css/styles.css
+++ b/scenarios/xslt/edxml2html/css/styles.css
@@ -306,12 +306,12 @@ div:has(> .philology.section) {
     overflow: hidden;
 }
 
-.note {
+.bibl, .note {
     display: block;
     position: relative;
 }
 
-.note .notetext {
+.bibl .bibl-long, .note .notetext {
     &::-webkit-scrollbar { 
       display: none; /* Safari and Chrome */
     }
@@ -334,7 +334,7 @@ div:has(> .philology.section) {
     z-index: 1;
 }
 
-.note:hover .notetext {
+.bibl:hover .bibl-long, .note:hover .notetext {
     visibility: visible;
 }