Skip to content

Commit

Permalink
fix: set z-index of console so panels do not overlap over it (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
duranb committed Oct 11, 2022
1 parent 56bc32b commit 8dbfb78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/console/Console.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.console-expand-container.expanded {
Expand Down

0 comments on commit 8dbfb78

Please sign in to comment.