use fixed position for top bar
This commit is contained in:
parent
4a9e3c62f2
commit
5c402f8462
2 changed files with 4 additions and 4 deletions
|
@ -130,7 +130,7 @@ html *
|
|||
}
|
||||
|
||||
.topbar {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 1.2cm;
|
||||
top: 0px;
|
||||
|
@ -266,7 +266,7 @@ html *
|
|||
}
|
||||
|
||||
.topbar {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 1.2cm;
|
||||
top: 0px;
|
||||
|
|
|
@ -115,7 +115,7 @@ html *
|
|||
}
|
||||
|
||||
.topbar {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 1.2cm;
|
||||
top: 0px;
|
||||
|
@ -253,7 +253,7 @@ html *
|
|||
}
|
||||
|
||||
.topbar {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 1.2cm;
|
||||
top: 0px;
|
||||
|
|
Loading…
Reference in a new issue