print settings info as a footer on bottom of settings page

fix display of scrollbar on settingspage
This commit is contained in:
2020-11-13 22:52:38 +00:00
parent fd692c7c02
commit bbb36606e1
6 changed files with 19 additions and 6 deletions

View File

@@ -13,6 +13,15 @@
flex-wrap: wrap;
}
.footer{
position: fixed;
right: 0;
bottom: 3px;
width: 110px;
opacity: 0.8;
color: white;
}
/* On screens that are 722px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 722px) {
.infoheader {