@@ -151,6 +151,7 @@
}
.box {
+ position: relative;
flex: 1;
height: 100%;
overflow: auto;
@@ -173,8 +174,9 @@
cursor: pointer;
- .abcjs-bar{
- .abcjs-annotation{
+
+ .abcjs-bar {
+ .abcjs-annotation {
display: block;
font-size: 12px;
font-style: italic;
@@ -182,7 +184,7 @@
-
.ABCJS-cursor {
stroke: rgba(25, 140, 254, 0.6);
@@ -310,4 +312,16 @@
.selectMearesHidden {
display: none;
+}
+.loading {
+ position: absolute;
+ left: 0;
+ right: 0;
+ top: 0;
+ bottom: 0;
+ background-color: rgba(255, 255, 255, 0.5);
+ display: flex;
+ justify-content: center;
+ align-items: center;