Skip to content

Commit

Permalink
(simatec) Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec authored Oct 28, 2024
1 parent bcc4f13 commit b7af821
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 b7af821

Please sign in to comment.