# Troubleshooting Bullet Block Editor
## Unable to select the current block for some elements?
- Some elements don’t have unique selectors, so they can’t be selected directly as blocks. Avoid styling these elements, as the styles will apply to **all similar elements** across the editor.
- Instead, select a **unique parent element**. You can apply styles to it, and those styles will also affect the child elements inside.
Example:
<video src="https://assets.bunnydesk.ai/media/936333b4-e0ac-4b41-927f-cbb9481896d4/b255977e-7b33-46ad-bfc4-ac4a7ae3a8df/1764330659-output.mp4" controls style="max-width: 100%; height: auto;"></video>
In the video, we first selected `.notion-blue`, which didn’t have a unique selector, so the style affected all `.notion-blue` blocks. Then, we selected its unique parent and applied a font size, which styled only that block (and the `.notion-blue` inside it) correctly.
Some elements don’t have unique selectors, so they can’t be selected directly as blocks. Avoid styling these elements, as the styles will apply to all similar elements across the editor.
Instead, select a unique parent element. You can apply styles to it, and those styles will also affect the child elements inside.
In the video, we first selected .notion-blue, which didn’t have a unique selector, so the style affected all .notion-blue blocks. Then, we selected its unique parent and applied a font size, which styled only that block (and the .notion-blue inside it) correctly.
Was this page helpful?
How can we improve?
Start typing to search documentation...
Pages
Ask AI assistant
AI Assistant
Hi! I'm your AI assistant. Ask me anything about this documentation.