Skip to content

Commit

Permalink
Merge branch 'master' of github.com:PLCHome/iobroker.growatt
Browse files Browse the repository at this point in the history
  • Loading branch information
PLCHome committed Oct 28, 2024
2 parents 3a80dba + a76e6a3 commit 17c4ba5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions admin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,21 @@
/* Don't cut off dropdowns! */
overflow: initial;
}
/* Style for small Screens */
@media screen and (max-width: 768px) {
.m {
overflow: hidden;
}
}

/* Style for very small Screens */
@media screen and (max-width: 600px) {
.m .dropdown-menu {
position: fixed;
}

.m .page {
height: calc(100% - 110px);
}
}
/* Add your styles here */

0 comments on commit 17c4ba5

Please sign in to comment.