Let users drag windows over about text

This commit is contained in:
Jordan Eldredge 2017-09-27 22:41:05 -07:00
parent a267a8e546
commit 650a8fec77

View file

@ -21,6 +21,8 @@ body {
position: absolute;
bottom: 0;
color: white;
/* Let users drag windows over this text */
z-index: -1;
}
.about a {