You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script message size CSS (of the activities panel) is not working well with the currently given sizes.
So sometimes you cannot get to the buttons of the script output anymore, if the message is too big.
I.e.
the #activities_panel has a width: 400px
the .script_description has a width: 200px; but that doesn't seem to matter.
the #activities_panel .message has no width. If we set that to e.g. width: 300px, we can see our buttons again.
I am using omero-web-standalone from Docker v5 with Chrome.
The text was updated successfully, but these errors were encountered:
Hey OME,
The script message size CSS (of the
activities panel
) is not working well with the currently given sizes.So sometimes you cannot get to the buttons of the script output anymore, if the message is too big.
I.e.
#activities_panel
has awidth: 400px
.script_description
has awidth: 200px;
but that doesn't seem to matter.#activities_panel .message
has no width. If we set that to e.g.width: 300px
, we can see our buttons again.I am using
omero-web-standalone
from Docker v5 with Chrome.The text was updated successfully, but these errors were encountered: