Skip to content

Instantly share code, notes, and snippets.

@nahcnuj
Last active April 25, 2017 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nahcnuj/8183c0c52398270192fd033b89de56c3 to your computer and use it in GitHub Desktop.
Save nahcnuj/8183c0c52398270192fd033b89de56c3 to your computer and use it in GitHub Desktop.
Mathtodonで数式が横にはみ出たときにスクロールバーを出すようにするCSS

Chrome拡張機能のStylishとかを使って、 下のスタイルを作って「適用先」に「ドメイン上のURL」「mathtod.online」を指定すると、 数式が右にはみ出したときにスクロールできるようになります。

.status__content {
    overflow-x: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment