Skip to content

Instantly share code, notes, and snippets.

@osyoyu
Created July 18, 2016 15:11
Show Gist options
  • Save osyoyu/8277b34656c50ebc59c2c5a4fe1903cf to your computer and use it in GitHub Desktop.
Save osyoyu/8277b34656c50ebc59c2c5a4fe1903cf to your computer and use it in GitHub Desktop.
何とは言わないマイページのスクロールを軽くするやつ
#container {
background-attachment: initial !important;
}
.m_bg-star01 {
animation: none !important;
}
#container, #container:before, .l_background-hack {
background-attachment: initial;
animation: none !important;
}
.t_pre #container, .t_pre #container:before, .t_pre .l_background-hack {
background-attachment: initial;
animation: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment