aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Templates.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-06-20 22:41:47 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-06-20 22:41:47 -0400
commit22e0ae1c7677a1fa3411e5ba05922b1d3b914b17 (patch)
treeafc3dd63e1e4099f2d1ccca6bb766860a000ba66 /src/client/views/Templates.tsx
parente495d4e32402384dbf7bb72945e83c912fce892b (diff)
parent179afa6e80631fcb8899408c3961bf1757e5b19b (diff)
Merge branch 'master' into templates
Diffstat (limited to 'src/client/views/Templates.tsx')
-rw-r--r--src/client/views/Templates.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/Templates.tsx b/src/client/views/Templates.tsx
index 3d5f7b6ea..a227faa71 100644
--- a/src/client/views/Templates.tsx
+++ b/src/client/views/Templates.tsx
@@ -49,7 +49,7 @@ export namespace Templates {
export const Title = new Template("Title", TemplatePosition.InnerTop,
`<div>
- <div style="height:25px; width:100%; background-color: rgba(0, 0, 0, .4); color: white; ">
+ <div style="height:25px; width:100%; background-color: rgba(0, 0, 0, .4); color: white; z-index: 100">
<span style="text-align:center;width:100%;font-size:20px;position:absolute;overflow:hidden;white-space:nowrap;text-overflow:ellipsis">{props.Document.title}</span>
</div>
<div style="height:calc(100% - 25px);">