Unverified Commit 10db4283 authored by Michelle Nguyen's avatar Michelle Nguyen Committed by Copybara
Browse files

PC-940 Fix topbar when showing deployInstructions

Summary: Currently when a user has no clusters and we should the deploy instructions, the topbar is rendered in a weird position rather than the top of the page.

Test Plan: yarn dev

Reviewers: vihang, philkuz, zasgar

Reviewed By: vihang

JIRA Issues: PC-940

Differential Revision: https://phab.corp.pixielabs.ai/D8689

GitOrigin-RevId: bbb7be76af5a53ba6b2ab2c31aea6726ebb626bf
parent a66eb202
No related merge requests found
Showing with 3 additions and 0 deletions
+3 -0
......@@ -100,6 +100,8 @@ const useStyles = makeStyles((theme: Theme) => createStyles({
},
navBar: {
left: 0,
top: 0,
width: '100%',
position: 'absolute',
},
}));
......
......@@ -210,6 +210,7 @@ export const TopBar = withStyles((theme: Theme) => createStyles({
container: {
zIndex: 1300,
backgroundColor: theme.palette.background.paper,
position: 'absolute',
},
logo: {
width: theme.spacing(8),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment