mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
disable selecting (outside of editor and terminal)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
body {
|
||||
// no scrolling of the page
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
// Utility classes
|
||||
@@ -39,6 +40,10 @@ body {
|
||||
|
||||
// global style tweaks
|
||||
|
||||
.#{$ns}-dialog {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.#{$ns}-form-group > .#{$ns}-label {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user