mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 05:16:23 +00:00
🐛 fix typo in user-select css rule
This commit is contained in:
committed by
Alonso Torres
parent
04d8a64f63
commit
fc7f26cbb5
@@ -24,7 +24,7 @@
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
max-height: 100vh;
|
||||
user-select: one;
|
||||
user-select: none;
|
||||
display: grid;
|
||||
grid-template-areas: "left-sidebar viewport right-sidebar";
|
||||
grid-template-rows: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user