Last active
February 25, 2018 11:02
-
-
Save rinsuki/0a32129394f6bece3bd86d7d08940931 to your computer and use it in GitHub Desktop.
Stylusで自分のMastodonインスタンス/web/*で読み込ませるようにして使ってね
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.columns-area .drawer { | |
position:sticky; | |
left:0; | |
z-index:100; | |
background-color:rgba(25, 27, 34, 0.75); | |
} | |
.privacy-dropdown__dropdown { | |
z-index: 101; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment