diff --git a/src/containers/CanvasAnnotations.js b/src/containers/CanvasAnnotations.js
index c9ab13454b4977646b56955312932368377b8f00..6f27ab5fedaab6f14487366e89b2f5f65bcea138 100644
--- a/src/containers/CanvasAnnotations.js
+++ b/src/containers/CanvasAnnotations.js
@@ -69,6 +69,10 @@ const styles = theme => ({
     marginRight: theme.spacing(0.5),
     marginTop: theme.spacing(1),
   },
+  endAdornment: {
+    position: 'absolute',
+    right: 0,
+  },
   form: {
     padding: theme.spacing(0, 1, 0, 1),
   },