Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
fix: inspector label positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydw committed Nov 24, 2021
1 parent 33e759a commit 34c20c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ui/page-module-inspector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ export class PageBuilderInspector extends LitElement {
font-weight: 500;
line-height: 12px;
padding: 8px 12px;
position: sticky;
top: 0;
position: absolute;
z-index: 999;
}
.help-box__label {
Expand Down

0 comments on commit 34c20c2

Please sign in to comment.