Skip to content

Commit

Permalink
Merge pull request #646 from kbss-cvut/fix/644-fix-fault-tree-editor-…
Browse files Browse the repository at this point in the history
…layout

Fix fault tree editor layout
  • Loading branch information
blcham authored Nov 1, 2024
2 parents ee27cd7 + 8e22425 commit 8652ab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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
6 changes: 2 additions & 4 deletions src/components/navigation/Navigation.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ import { Theme } from "@mui/material";

const useStyles = makeStyles()((theme: Theme) => ({
container: {
display: "flex",
flexDirection: "column",
display: "block",
alignItems: "stretch",
height: "100vh",
overflow: "hidden",
},
childrenContainer: {
display: "flex",
flexDirection: "column",
display: "block",
overflow: "hidden",
flex: "1",
zIndex: 1,
Expand Down

0 comments on commit 8652ab6

Please sign in to comment.