Created
October 25, 2024 02:51
-
-
Save dealingwith/eeddb9b70a7b777b0c91a7f9f4625397 to your computer and use it in GitHub Desktop.
CSS to hide Notion AI in sidebar and bottom right corner
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
a[href="/chat"] { | |
display: none !important; | |
} | |
.notion-assistant-corner-origin-container { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment