Prevent user-selection of the nav

This commit is contained in:
Kevin MacMartin 2018-01-09 23:25:10 -05:00
parent d04bbee745
commit 1943e5ecd0

View file

@ -6,6 +6,7 @@
top: 0px;
left: 0px;
width: 100%;
user-select: none;
&-mobile-header {
position: relative;