On small screens help tooltip with Markdown markup is hidden under the toolbar. <img width="435" alt="image" src="https://github.com/user-attachments/assets/f6138301-4970-477c-a6fc-b30218b62007"> **Steps to Reproduce:** - Open the Editor on small screen (height <= 400px). - Scroll down editor content to switch toolbar into floating mode - Hover over the settings icon in the top right corner. - Hover over the help icon near the Markdown markup text - top of the tooltip will be hidden under the toolbar **Expected Behavior:** Tooltip will be on top of the toolbar. **Actual Behavior:** Tooltip is under the toolbar. **Possible Solution:** Play with [z-index](https://github.com/gravity-ui/markdown-editor/blob/bfeb1380caec8087c0fd0148a23a0eb4197510c9/src/styles/_zindex.scss#L6) :)