disable flexbox footer positioning for now
This causes a very annoying issue of the content no longer overflowing properly which proved to be too hard to resolve right now.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
/* https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r35/core/res/res/values/colors_material.xml */
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
/*display: flex;*/
|
||||
/*flex-direction: column;*/
|
||||
/*min-height: 100vh;*/
|
||||
font-family: Roboto, sans-serif;
|
||||
background-color: #fafafa; /* grey50 */
|
||||
color: rgba(0, 0, 0, 0.87); /* 87% black */
|
||||
@@ -98,7 +98,7 @@ footer img {
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: auto;
|
||||
/*margin-top: auto;*/
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 1em;
|
||||
|
||||
Reference in New Issue
Block a user