aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-07-18 20:17:39 +0200
committerlonkaars <loek@pipeframe.xyz>2021-07-18 20:17:39 +0200
commite5d8068a4e3301ea51ce427d6fd66f5f734bd370 (patch)
tree58879a72120cc000071910053e9e26a75e3cdcf9 /styles
parent02c2d4a90847e23c779866e149c3cf181b574c13 (diff)
semi-working timecode input
Diffstat (limited to 'styles')
-rw-r--r--styles/globals.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/styles/globals.css b/styles/globals.css
index 3cefd6a..cc44d7b 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -45,7 +45,8 @@ h1, h2, h3 {
transition-property: width;
transition-duration: 100ms;
white-space: nowrap;
- overflow: hidden;
+ overflow-x: clip;
+ overflow-y: visible;
text-overflow: ellipsis;
width: calc(100% - 48px);