mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 18:41:10 +10:00
fix: disable user-select
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
padding-top: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.section {
|
||||
|
||||
Reference in New Issue
Block a user