removed user select from `NoFile` screen

feature/settings-window
Michael Ochmann 3 years ago
parent 53c8a79171
commit d981abb377
  1. 2
      src/ui/src/assets/css/_noFile.scss

@ -1,4 +1,6 @@
.no-file { .no-file {
user-select: none;
cursor: default;
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
display: flex; display: flex;

Loading…
Cancel
Save