Auto focus main content for keyboard scrolling

This commit is contained in:
Patrick Marsceill
2018-12-16 15:22:51 -05:00
parent eb0a6c328f
commit eaf1247911
3 changed files with 13 additions and 2 deletions

View File

@@ -74,6 +74,10 @@
}
}
.js-main-content:focus {
outline: none;
}
.page-header {
background-color: $sidebar-color;