Skip to content

Commit

Permalink
z-fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Jan 28, 2022
1 parent 03165d6 commit 2385018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/viz-configurator/VizConfigurator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class VueComponent extends Vue {
@Prop({ required: true }) subfolder!: string
@Prop({ required: true }) yamlConfig!: string
private showPanels = true
private showPanels = false
private activeSection = 'color'
private sections = [
Expand Down Expand Up @@ -245,7 +245,7 @@ h1:hover {
pointer-events: auto;
margin: 0 0.5rem auto 0;
filter: $filterShadow;
z-index: 1050;
z-index: 4;
}
.map-actions {
Expand Down
2 changes: 1 addition & 1 deletion src/views/TabbedDashboardView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export default class VueComponent extends Vue {
.tabholder {
max-width: $dashboardWidth + 3;
margin: 0 auto;
z-index: 5;
z-index: 50;
top: 0px;
position: sticky;
background-color: var(--bgDashboard);
Expand Down

0 comments on commit 2385018

Please sign in to comment.