Severity Dropdown not showing on Chrome #333
-
Hello! On Chrome, the severity dropdown is not showing, the search input expands to the whole width. In Edge, Firefox and Opera the dropdown is shown correctly. When I remove the "none" class on the button (id "severity-dropdown-toggle"), the dropdown shows and works (although it is styled without border and bg-color). Any idea, what I am doing wrong here? I am on version 3.1.11 and published the assets. Thanks for any help! Stefan |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
hey @steve9825679 First of all, have you tried clearing the browser cache? If it works in other browsers, but not Chrome, then maybe something's cached incorrectly. Second, you can try upgrading to the latest version (don't commit to it, just see if it helps locally). And third, if none of the above help, can you share what CSS styles are being applied to the element ![]() |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks a lot for your suggestions. Cache is cleared, and turned off in the dev-tools, no change. I updated to v3.4, no change. Here is a screenshot from the applied classes... at the very bottom is one called ".none" with "display:none !important", which I can't even remove in the dev-tools. But this one seems to overwrite the display:inline-flex in the .badge-class... edit: in other browsers, this "injected stylesheet" is not present... perhaps this helps anyway? |
Beta Was this translation helpful? Give feedback.
-
You're right! It was the ChatGPT Extension for Chrome! Uinstalled, and log-viewer is working perfectly fine! |
Beta Was this translation helpful? Give feedback.
@steve9825679 try disabling all addons/extensions in Chrome. Injected stylesheets can come from extensions trying to modify page's look or behaviour, or maybe it's just a style used on one of the extensions.
If you can figure out which extension it is, we can report this as a bug to the extension developer - their code should not affect existing pages, their styles should be scoped.