Skip to content
Snippets Groups Projects
Commit 976d2f66 authored by Eugen Ciur's avatar Eugen Ciur
Browse files

add user-select: None to body dom element

parent 26475ae3
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@
body {
background-color: #e9ecef;
// make node title text unselectable
user-select: none;
}
main {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment