Skip to content

Commit

Permalink
fixed -> absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
shelbywilson committed Oct 7, 2024
1 parent c147fb4 commit 51a484f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions client/css/world.03.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
header {
position: fixed;
position: absolute;
top: 0;
padding: 1rem;
z-index: 10;
z-index: 100;
height: 5rem;
width: 100%;
}
Expand Down Expand Up @@ -34,7 +34,7 @@ header img {
}

.container {
position: fixed;
position: absolute;
top: 0;
left: 0;
width: 100%;
Expand All @@ -43,7 +43,7 @@ header img {
}

#canvas {
position: fixed;
position: absolute;
top: 0;
left: 0;
width: 100%;
Expand All @@ -52,7 +52,7 @@ header img {
}

#info {
position: fixed;
position: absolute;
background: #4cb1ff;
padding: 2rem;
opacity: 0;
Expand All @@ -63,6 +63,7 @@ header img {
width: 100%;
max-width: 56rem;
height: min-content;
z-index: 10;
}

.info__inner {
Expand Down Expand Up @@ -112,7 +113,7 @@ header img {
}

#log {
position: fixed;
position: absolute;
bottom: 0;
left: 0;
padding: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion world.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<title>in our time</title>
<link rel="stylesheet" type="text/css" href="./client/css/common.03.css" />
<link rel="stylesheet" type="text/css" href="./client/css/index.03.css" />
<link rel="stylesheet" type="text/css" href="./client/css/world.03.css" />
<link rel="stylesheet" type="text/css" href="./client/css/world.03.css?v=1.1" />
<link rel="icon"
href="https://upload.wikimedia.org/wikipedia/commons/thumb/2/28/Official_portrait_of_Lord_Bragg_crop_2.jpg/440px-Official_portrait_of_Lord_Bragg_crop_2.jpg" />
<script src="client/util.03.js"></script>
Expand Down

0 comments on commit 51a484f

Please sign in to comment.