diff --git a/Go/View.elm b/Go/View.elm index c9e433c..2e75c1a 100644 --- a/Go/View.elm +++ b/Go/View.elm @@ -15,7 +15,7 @@ renderIndex (index, color) = div [ classList [ ("board-cell", True), extraClass ] , onClick (Place index) ] - [ + [ div [ class "overlay" ] [] ] renderBoard : Int -> Board -> Html Msg