mirror of
https://github.com/penpot/penpot.git
synced 2025-04-03 10:31:38 -05:00
🐛 fix typo in user-select css rule
This commit is contained in:
parent
04d8a64f63
commit
fc7f26cbb5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue