Skip to content

Commit 1a08114

Browse files
committed
refactor: live preview overlay overlaps with right side toolbar
1 parent 3dd0080 commit 1a08114

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/extensionsIntegrated/Phoenix-live-preview/live-preview.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,9 @@
171171
}
172172

173173
.live-preview-overlay-message {
174-
width: 100%;
175174
color: #fff;
176175
background-color: #666;
177-
padding: 0.2em;
176+
padding: 0.25em;
178177
vertical-align: top;
179178
text-align: center;
180179
}
@@ -184,4 +183,6 @@
184183
top: 4px;
185184
right: 10px;
186185
font-size: 12px;
186+
cursor: pointer;
187+
color: #fff;
187188
}

0 commit comments

Comments
 (0)