We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d874477 commit 1e24a6aCopy full SHA for 1e24a6a
lib/minimap-view.coffee
@@ -142,6 +142,8 @@ class MinimapView extends View
142
evw = editorViewRect.width
143
evh = editorViewRect.height
144
145
+ @miniWrapper.css {width}
146
+
147
# VisibleArea's size
148
@miniVisibleArea.css
149
width : @indicator.width = width
stylesheets/minimap.less
@@ -51,6 +51,7 @@
51
.minimap-editor {
52
position: absolute;
53
cursor: default;
54
+ width: 100%;
55
.accelerated;
56
.scroll-view {
57
0 commit comments