diff options
Diffstat (limited to 'js/stage/binding-view.reel/binding-view.css')
-rwxr-xr-x | js/stage/binding-view.reel/binding-view.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/js/stage/binding-view.reel/binding-view.css b/js/stage/binding-view.reel/binding-view.css index 41514d7b..ff4f2510 100755 --- a/js/stage/binding-view.reel/binding-view.css +++ b/js/stage/binding-view.reel/binding-view.css | |||
@@ -8,12 +8,19 @@ | |||
8 | position: absolute; | 8 | position: absolute; |
9 | width:100%; | 9 | width:100%; |
10 | height:100%; | 10 | height:100%; |
11 | z-index: 1; | 11 | z-index: 6; |
12 | } | ||
13 | |||
14 | .hudRepeater { | ||
15 | position: absolute; | ||
16 | width:100%; | ||
17 | height:100%; | ||
18 | z-index: 2; | ||
12 | } | 19 | } |
13 | 20 | ||
14 | .bindingViewCanvas { | 21 | .bindingViewCanvas { |
15 | width:100%; | 22 | width:100%; |
16 | height:100%; | 23 | height:100%; |
17 | position:absolute; | 24 | position:absolute; |
18 | z-index: 2; | 25 | z-index: 1; |
19 | } \ No newline at end of file | 26 | } \ No newline at end of file |