Skip to content

Commit d06f8b9

Browse files
fix: preview goes under the menu icon in mobile view (#306)
* [BUG-FIXED] preview goes under the menu icon in mobile view #294 * Move box-shadow-preview div from under the menu
1 parent d3e3d2b commit d06f8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ input[type='number']::-webkit-outer-spin-button {
458458
--box-size: 100px;
459459
position: absolute;
460460
top: 1rem;
461-
left: 2.2rem;
461+
left: 3.2rem;
462462
width: var(--box-size);
463463
height: var(--box-size);
464464
border: 1px solid rgba(0, 0, 0, 0.2);

0 commit comments

Comments
 (0)