Changes between Initial Version and Version 1 of Ticket #54345, comment 1
- Timestamp:
- 10/30/2021 05:30:20 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54345, comment 1
initial v1 1 1 Welcome to Trac and thanks for the report! 2 2 3 I think this might be caused by a plugin. If you're using a mouse, could you right-click the word "Publish" and select Inspect Element to find exactly where the problematic style is? That style could be on the `components-dropdown` div or the button inside it (look for `opacity ` or `display: none` or `visibility: hidden` and then hover over the file name to see where that is located).3 I think this might be caused by a plugin. If you're using a mouse, could you right-click the word "Publish" and select Inspect Element to find exactly where the problematic style is? That style could be on the `components-dropdown` div or the button inside it (look for `opacity: 0` or `display: none` or `visibility: hidden` and then hover over the file name to see where that is located).