Skip to content

Commit

Permalink
[Fix #644] Fix fault tree editor layout
Browse files Browse the repository at this point in the history
- fix canvas and sidebar overlapped by top title bar
- fix missplaced outdated message count indicator for  calculated failure rate in root node
  • Loading branch information
kostobog committed Oct 31, 2024
1 parent 4a07271 commit 8e22425
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/dashboard/Dashboard.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ import { Theme } from "@mui/material";

const useStyles = makeStyles()((theme: Theme) => {
return {
root: {
display: "flex",
flexFlow: "column",
height: "100vh",
},
root: {},
fab: {
zIndex: 5,
position: "absolute",
Expand Down

0 comments on commit 8e22425

Please sign in to comment.