This commit is contained in:
@@ -1,28 +1,3 @@
|
||||
<<<<<<< HEAD
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#header {
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
padding: 10px;
|
||||
background-color: white;
|
||||
box-shadow: 0px 0px 5px 5px black;
|
||||
transition: transform 0.5s;
|
||||
}
|
||||
|
||||
#footer {
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
#header.hide {
|
||||
transform: translateY(-100%);
|
||||
}
|
||||
=======
|
||||
|
||||
|
||||
|
||||
@@ -90,4 +65,3 @@ body {
|
||||
#header.slide-away {
|
||||
transform: translateY(calc(-100% - 5px));
|
||||
}
|
||||
>>>>>>> b97c574 (ehhh)
|
||||
|
||||
Reference in New Issue
Block a user