Commit ecdeecb0 authored by Antek Grzanka's avatar Antek Grzanka

Fixed doors overlap.

parent b05865d7
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div id="scores"> <div id="scores">
<div ng-repeat="team in teamsScores" id="col-{{team.name}}" data-score="{{team.score}}" <div ng-repeat="team in teamsScores" id="col-{{team.name}}" data-score="{{team.score}}"
style="left:0; width:0; background-color:#336699;" class="column"> style="position:relative; left:0; width:0; background-color:#336699;" class="column">
<div style="position:absolute">{{team.name}} - {{team.score}}</div> <div style="position:absolute">{{team.name}} - {{team.score}}</div>
</div> </div>
</div> </div>
......
...@@ -5,7 +5,7 @@ body { ...@@ -5,7 +5,7 @@ body {
} }
#background { #background {
position: absolute; position: fixed;
/*top: 69%;*/ /*top: 69%;*/
bottom: 0; bottom: 0;
/*left: 81%;*/ /*left: 81%;*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment