0
Fork 0
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:
Belén Albeza 2024-01-18 15:14:37 +01:00 committed by Alonso Torres
parent 04d8a64f63
commit fc7f26cbb5

View file

@ -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;