Skip to content

Commit 235f74b

Browse files
authored
Update style.css
1 parent 68de85f commit 235f74b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ body {
4141
top: 30px;
4242
right: 30px;
4343
width: 280px;
44+
pointer-events: auto; /* Umożliwia interakcje tylko w tym obszarze */
4445
}
4546

4647
.overlay-bottom-left {
@@ -109,6 +110,9 @@ canvas {
109110
cursor: pointer;
110111
transition: all 0.3s;
111112
box-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
113+
margin: 10px 0;
114+
display: block;
115+
width: 100%;
112116
}
113117

114118
.mode-btn.active {

0 commit comments

Comments
 (0)