diff --git a/src/components/farm/Board.jsx b/src/components/farm/Board.jsx
index 9af29bb..43731d8 100644
--- a/src/components/farm/Board.jsx
+++ b/src/components/farm/Board.jsx
@@ -1614,7 +1614,7 @@ class Action extends React.Component {
break;
case 'info':
view = (
-
+
{this.props.ui.actionValue}
);
diff --git a/src/server/farm.scm b/src/server/farm.scm
index 679d3cb..6627b7f 100644
--- a/src/server/farm.scm
+++ b/src/server/farm.scm
@@ -2383,4 +2383,4 @@
;; TODO
;; make sure two players can't have the same name
-;; info actions should look better
+;; "your turn to roll" showing up on mobile when on action screen
diff --git a/src/style.scss b/src/style.scss
index afee809..5bd0222 100644
--- a/src/style.scss
+++ b/src/style.scss
@@ -872,6 +872,7 @@ $trade-margin: 3rem;
margin-top: 1rem; }
.clear-background {
+ position: relative;
background: white; }
.harvest-card {