- commit
- 0127538a97034e47f0363973b328d85dd3aeb9c6
- parent
- 06a157812e2246da0b0ab30a77e3740c437b674f
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-02-26 12:28
css: avoid deprecated clip property
Diffstat
| M | style.css | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
@@ -26,7 +26,7 @@ canvas {
26 26 user-select: none;
27 27 }
28 28 .palette input {
29 -1 clip: rect(0, 0, 0, 0);
-1 29 clip-path: circle(0);
30 30 position: absolute;
31 31 left: 0;
32 32 top: 0;