Server Version : 8.14.0
Use: Chrome
When i register a comment, if i click the Wiki button to hide the subsection from the left sidebar screen.
May I know a solution?
I am sorry, I am not clear on what the problem is.
I see you are trying to comment on an issue, but I do not understand what you mean by "click the wiki button to hide the subsection from the left sidebar screen" and there is no description of what happens when the "if" happens?
So I'm a bit stuck on a solution, as I can't see what the problem is.
Thank you for your reply...
Please look at the red box part.
When i click the Style button in the Comment Window, the items that appear are obscured.
I want to know how to move the starting point of that section to the right and make it appear on the screen normally.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, that looks like a bug - the issue list should be behind the style drop-down.
However, I don't see it on our installs (admittedly not the same versions but I've tried 8.12 and 8.15).
Do you have any customisations or apps in play that might be affecting screen layouts?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I did not any customizing.
I'm trying to find a way to change the 'inset' value of element.style.
element.style {
z-index: 3000;
position: absolute;
inset: 65px auto auto -111px;
margin: 0px;
}
=> Change to
element.style {
z-index: 3000;
position: absolute;
inset: 65px auto auto auto;
margin: 0px;
}
If i change the negative value to 'auto', i can see that it will come out normally.
But I don't know exactly how to change that value.
Adding Style to Announce Banner does not change the value.
Is there any other way?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.