brackets-minimap icon indicating copy to clipboard operation
brackets-minimap copied to clipboard

Open over the document

Open valix85 opened this issue 8 years ago • 6 comments

Hi i use minimap but I want to fix it on right of the editor...minimap currently covers part of the document, i want break row and not cover it by minimap, can i do it?

thanks

valix85 avatar Mar 23 '16 09:03 valix85

I would like this too ! Even better if it's a setting.

mrleblanc101 avatar Jun 09 '16 03:06 mrleblanc101

Yea this is would be a great setting, currently I have to retract the minimap to see my code behind it which can be annoying

sai-re avatar Aug 03 '16 14:08 sai-re

Yeah, this is a major issue for me too.

CupOfTea696 avatar Apr 21 '17 10:04 CupOfTea696

I recall this wasn't a problem with the original WD Minimap?

Hezekieli avatar Jun 21 '17 14:06 Hezekieli

This is the issue when tabs is used the minimap is probably over the tabs making them not selectable.

Perhaps he should alter the Z-index orso??

I see i can lower the map, when you press in the top. But it doesnt help... The shortcut cmd + ` hides the panel, thats work around

schroef avatar Jul 21 '17 03:07 schroef

i fixed it the dirty. set the top-padding:0 then set top:15px and adjust the topadj in js file. I think its better to take it out or add a extra option which check if user have tabs addon orso screen shot 2017-07-20 at 11 33 43 pm The hover is now working in the top right for me

schroef avatar Jul 21 '17 03:07 schroef