aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
-rw-r--r--src/client/views/nodes/AudioBox.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss
index 93cdbbb09..4a3bbf8d8 100644
--- a/src/client/views/nodes/AudioBox.scss
+++ b/src/client/views/nodes/AudioBox.scss
@@ -159,9 +159,8 @@
}
.audiobox-timeline {
- position: relative;
+ position: absolute;
width: 100%;
- background: white;
border: gray solid 1px;
border-radius: 3px;
z-index: 1000;
@@ -342,7 +341,7 @@
.audiobox-marker {
position: relative;
- height: calc(100% - 8px);
+ height: 100%;
margin-top: 8px;
}
}
@@ -351,14 +350,14 @@
.current-time {
position: absolute;
font-size: 8;
- top: calc(100% - 8px);
+ top: 100%;
left: 30px;
color: white;
}
.total-time {
position: absolute;
- top: calc(100% - 8px);
+ top: 100%;
font-size: 8;
right: 2px;
color: white;