diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-18 09:24:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-18 09:24:23 -0400 |
| commit | febc90a749df74a59cadcf18b178c0b5c6863dca (patch) | |
| tree | 51f1448083f985a95c23c2219a4d9a739b23d7e7 /src/client/views/presentationview/PresElementBox.scss | |
| parent | 88fbc391b3dd3f36a2e7015bc59c3a306d3e7d57 (diff) | |
| parent | 8e672ed0e062b9483d3c0e19fa5e2e0a505a0472 (diff) | |
Merge pull request #749 from browngraphicslab/presentation_v1
Presentation v1 - fixed the merge issues from presentation_updates
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.scss')
| -rw-r--r-- | src/client/views/presentationview/PresElementBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/presentationview/PresElementBox.scss b/src/client/views/presentationview/PresElementBox.scss index 6ee190b82..4642caeb2 100644 --- a/src/client/views/presentationview/PresElementBox.scss +++ b/src/client/views/presentationview/PresElementBox.scss @@ -114,6 +114,7 @@ $light-background: #ececec; } .presElementBox-name { + z-index: 300; align-self: center; font-size: 13px; font-family: Roboto; |
