Header: SVG elements no longer user-selectable

This commit is contained in:
rektdeckard
2020-08-09 20:53:36 -04:00
parent e1efa16335
commit 949b978dab

View File

@@ -5,6 +5,10 @@ header {
overflow: hidden;
}
header img {
user-select: none;
}
.intro {
width: 660px;
position: absolute;