Skip to content
Snippets Groups Projects
Commit a1c001bb authored by Tillmann Dönicke's avatar Tillmann Dönicke
Browse files

Merge branch '27-change-styles-of-bibl-and-bibl-long' into 'master'

Resolve "change styles of "bibl" and "bibl-long""

Closes #27

See merge request !24
parents 86f77982 d637595c
No related branches found
No related tags found
1 merge request!24Resolve "change styles of "bibl" and "bibl-long""
...@@ -306,12 +306,12 @@ div:has(> .philology.section) { ...@@ -306,12 +306,12 @@ div:has(> .philology.section) {
overflow: hidden; overflow: hidden;
} }
.bibl, .note { .note {
display: block; display: block;
position: relative; position: relative;
} }
.bibl .bibl-long, .note .notetext { .note .notetext {
&::-webkit-scrollbar { &::-webkit-scrollbar {
display: none; /* Safari and Chrome */ display: none; /* Safari and Chrome */
} }
...@@ -334,7 +334,7 @@ div:has(> .philology.section) { ...@@ -334,7 +334,7 @@ div:has(> .philology.section) {
z-index: 1; z-index: 1;
} }
.bibl:hover .bibl-long, .note:hover .notetext { .note:hover .notetext {
visibility: visible; visibility: visible;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment