Fix window border
This commit is contained in:
parent
363c436b33
commit
6bcfa84d45
3 changed files with 5 additions and 5 deletions
|
@ -31,8 +31,8 @@ body {
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 1px;
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
height: $header-height;
|
height: $header-height;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
|
|
@ -40,8 +40,8 @@ body {
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 1px;
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue