mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Prevent user-selection of the nav
This commit is contained in:
parent
d04bbee745
commit
1943e5ecd0
1 changed files with 1 additions and 0 deletions
1
resources/assets/sass/sections/_nav.scss
vendored
1
resources/assets/sass/sections/_nav.scss
vendored
|
@ -6,6 +6,7 @@
|
|||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
user-select: none;
|
||||
|
||||
&-mobile-header {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue