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

Merge branch '26-add-classes-bibl-and-bibl-long' into 'master'

Resolve "add classes "bibl" and "bibl-long""

Closes #26

See merge request !22
parents 59e7d635 37e6dab8
No related branches found
No related tags found
1 merge request!22Resolve "add classes "bibl" and "bibl-long""
...@@ -306,12 +306,12 @@ div:has(> .philology.section) { ...@@ -306,12 +306,12 @@ div:has(> .philology.section) {
overflow: hidden; overflow: hidden;
} }
.note { .bibl, .note {
display: block; display: block;
position: relative; position: relative;
} }
.note .notetext { .bibl .bibl-long, .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;
} }
.note:hover .notetext { .bibl:hover .bibl-long, .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