fix history jumps

This commit is contained in:
Pierre Dubouilh
2019-01-25 18:01:11 +01:00
parent e4ff35d78b
commit b5c572c7c6
3 changed files with 16 additions and 19 deletions
+1 -12
View File
@@ -133,24 +133,13 @@ h1 {
position: fixed;
background-color: #000;
top: 0px;
bottom: 25px;
bottom: 0px;
left: 0px;
right: 0px;
overflow: hidden;
z-index: 99;
}
#picsLabel {
font-size: 25px;
color: darkgray;
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
background-color: black;
font-family: helvetica;
}
#picsHolder {
height: 100%;
width: 100%;