diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 14:10:34 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 14:10:34 +0200 |
commit | 0d02fe02d61bfc4db1418c9bfad2206bbfc2f3c5 (patch) | |
tree | 36fe2466421e991185c8939fceaa510040d4e80e /css | |
parent | 69e5811baed686a7f768c5db25856d04cd15d145 (diff) | |
download | fileup-0d02fe02d61bfc4db1418c9bfad2206bbfc2f3c5.tar.gz |
The X Window System, part 2 of N
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 3504c84..651140d 100644 --- a/css/style.css +++ b/css/style.css @@ -14,6 +14,10 @@ body { display: flex; flex: 1 0 0; align-items: stretch; + + user-select: none; + -webkit-user-select: none; + -ms-user-select: none; } #page > * { |