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 {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
top: 1px;
|
||||
width: calc(100% - 2px);
|
||||
z-index: 1;
|
||||
height: $header-height;
|
||||
line-height: 24px;
|
||||
|
|
|
@ -40,8 +40,8 @@ body {
|
|||
|
||||
#header {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
top: 1px;
|
||||
width: calc(100% - 2px);
|
||||
z-index: 1;
|
||||
height: 36px;
|
||||
line-height: 24px;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue