mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-30 22:06:46 -04:00
fix history jumps
This commit is contained in:
+1
-12
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user