Skip to content

Commit

Permalink
Renamed root div, to prevent #43.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoFerrari committed Apr 26, 2018
1 parent bcc23f7 commit 10cc375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/elm/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ repeating-linear-gradient(-45deg
"""
in
div
[ id "root"
[ id "app-root"
, style [ ("background", bgString)
, ("position", "absolute")
, ("width", "100%")
Expand All @@ -1316,7 +1316,7 @@ repeating-linear-gradient(-45deg

_ ->
div
[ id "root" ]
[ id "app-root" ]
[ lazy2 Trees.view model.viewState model.workingTree
, viewFooter model
, viewVideo model
Expand Down
2 changes: 1 addition & 1 deletion src/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ body {
}


#root {
#app-root {
display: flex;
flex-direction: column;
position: absolute;
Expand Down

0 comments on commit 10cc375

Please sign in to comment.