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

feat(styles): add bibl classes

parent 59e7d635
Branches
Tags
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.
Please register or to comment