How to move location of wiki subsection?

eastar75@cyberlogitec.com March 24, 2021

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?

image.png

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 24, 2021

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.

eastar75@cyberlogitec.com March 24, 2021

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.

image.png

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 24, 2021

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?

eastar75@cyberlogitec.com March 24, 2021

Yes, I did not any customizing.

I'm trying to find a way to change the 'inset' value of element.style.

image.png

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?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.14.0
TAGS
AUG Leaders

Atlassian Community Events