Skip to content

Commit 2937780

Browse files
author
Matt Karl
committed
Fixed header bug
1 parent da6a5c1 commit 2937780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/springroll/remote/less/controls.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
width: 100%;
33
position:absolute;
44
left:0;
5-
top:45px;
5+
top:40px;
66
height:40px;
77
background:#EAEAEA;
88
z-index: 2;

src/springroll/remote/less/trace.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#trace {
22
overflow: auto;
33
position:absolute;
4-
top:85px;
4+
top:80px;
55
bottom:0;
66
left:0;
77
right:0;

0 commit comments

Comments
 (0)