Skip to content

Commit e8d8e3e

Browse files
committed
Made sidebar have fixed position
1 parent 0439bc0 commit e8d8e3e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

www/css.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ body:not(#phpbb) .block {
7272

7373
.logobig {
7474
max-width: 16.8em;
75-
position: absolute;
7675
top: -15.2em;
7776
left: -0.5em;
7877
}
@@ -810,10 +809,10 @@ body:not(#phpbb) .time {
810809
padding: 2px 10px;
811810
text-align: right;
812811
width: 18.6em;
813-
top: 18em;
814812
margin-left: 0em;
815813
border-right: 3px solid #ffd246;
816814
transition-property: border-right-color;
815+
position: fixed;
817816
}
818817

819818
.contentleft ul {
@@ -830,12 +829,8 @@ body:not(#phpbb) .time {
830829
display: none;
831830
}
832831

833-
.title {
834-
position: absolute;
835-
}
836-
837832
.contentleft {
838-
position: absolute;
833+
position: fixed;
839834
}
840835

841836
.contentright {

0 commit comments

Comments
 (0)