diff --git a/app/assets/stylesheets/themes/menu_bar.scss b/app/assets/stylesheets/themes/menu_bar.scss index 0c492a990..e85fc29e2 100644 --- a/app/assets/stylesheets/themes/menu_bar.scss +++ b/app/assets/stylesheets/themes/menu_bar.scss @@ -11,6 +11,7 @@ padding-top: 16px; position: fixed; width: 83px; + z-index: 1001; ul.nav > li { padding-right: 4px; diff --git a/config/initializers/constants.rb b/config/initializers/constants.rb index 54a793cc1..cf8116f9b 100644 --- a/config/initializers/constants.rb +++ b/config/initializers/constants.rb @@ -168,9 +168,9 @@ class Constants #============================================================================= HTTP = 'http://'.freeze - TUTORIALS_URL = (HTTP + 'scinote.net/tutorials/').freeze - SUPPORT_URL = (HTTP + 'support.scinote.net/hc/en-us').freeze - WEBINARS_URL = (HTTP + 'scinote.net/join-a-webinar/').freeze + TUTORIALS_URL = (HTTP + 'goo.gl/YH3fXA').freeze + SUPPORT_URL = (HTTP + 'goo.gl/Jb9WXx').freeze + WEBINARS_URL = (HTTP + 'goo.gl/q3GdND').freeze # Default user picture avatar DEFAULT_AVATAR_URL = '/images/:style/missing.png'.freeze