aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-02-13 14:10:34 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-02-13 14:10:34 +0200
commit0d02fe02d61bfc4db1418c9bfad2206bbfc2f3c5 (patch)
tree36fe2466421e991185c8939fceaa510040d4e80e /css
parent69e5811baed686a7f768c5db25856d04cd15d145 (diff)
downloadfileup-0d02fe02d61bfc4db1418c9bfad2206bbfc2f3c5.tar.gz
The X Window System, part 2 of N
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
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 > * {