Skip to content

Commit

Permalink
fix: 👔 Fixed admin dashboard leaking outside the screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed Jun 3, 2024
1 parent ded12c8 commit 412f0fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion theme/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,8 @@ html {
.MuiPaper-root {
background-color: unset;
background-image: unset;
box-shadow: unset;
pointer-events: none;
}

.layout-desktop .backdropImage {
Expand Down Expand Up @@ -429,7 +431,6 @@ html {

#btnRestartServer {
box-shadow: inset 0 1px var(--theme-restart-colour) !important;

}

#btnRestartServer:hover,
Expand Down Expand Up @@ -475,6 +476,10 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
border-top-right-radius: var(--theme-roundness);
}

.dashboardColumn {
flex-shrink: inherit;
}

/* Base Colours */

.selectLabelFocused,
Expand Down

0 comments on commit 412f0fa

Please sign in to comment.