mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 20:06:11 +02: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;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
user-select: one;
|
user-select: none;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-areas: "left-sidebar viewport right-sidebar";
|
grid-template-areas: "left-sidebar viewport right-sidebar";
|
||||||
grid-template-rows: 1fr;
|
grid-template-rows: 1fr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue