From 650a8fec77d31a32269883efb82cbb310e87c453 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 27 Sep 2017 22:41:05 -0700 Subject: [PATCH] Let users drag windows over about text --- css/page.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/page.css b/css/page.css index 397e3eb3..9390c356 100644 --- a/css/page.css +++ b/css/page.css @@ -21,6 +21,8 @@ body { position: absolute; bottom: 0; color: white; + /* Let users drag windows over this text */ + z-index: -1; } .about a {