fix: disable user-select

This commit is contained in:
Philipinho
2024-11-28 15:55:10 +00:00
parent a1b6ac7f3e
commit 4107793e73
3 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@
padding-top: 0;
display: flex;
flex-direction: column;
user-select: none;
}
.section {