summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/simulations/SimulationActionButtons.js2
-rw-r--r--src/components/timeline/Timeline.sass2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/components/simulations/SimulationActionButtons.js b/src/components/simulations/SimulationActionButtons.js
index 9598513a..743b1f3c 100644
--- a/src/components/simulations/SimulationActionButtons.js
+++ b/src/components/simulations/SimulationActionButtons.js
@@ -13,7 +13,7 @@ const SimulationActionButtons = ({simulationId, onViewUsers, onDelete}) => (
</Link>
<div
className="btn btn-outline-success btn-sm mr-2"
- title="View and edit collaborators"
+ title="View and edit collaborators (not supported yet)"
onClick={() => onViewUsers(simulationId)}
>
<span className="fa fa-users"/>
diff --git a/src/components/timeline/Timeline.sass b/src/components/timeline/Timeline.sass
index ca1cc524..bfb1a4d7 100644
--- a/src/components/timeline/Timeline.sass
+++ b/src/components/timeline/Timeline.sass
@@ -45,6 +45,8 @@ $timeline-border: $border-width solid $gray-semi-dark
border: $timeline-border
overflow: hidden
+ pointer-events: all
+
+border-radius($standard-border-radius)
.play-btn