Skip to content
Snippets Groups Projects
Commit 9e366521 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Use a different way to force line widget margins to stay inside container

Issue #5137
parent 56c271ff
No related branches found
No related tags found
No related merge requests found
...@@ -270,7 +270,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;} ...@@ -270,7 +270,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-linewidget { .CodeMirror-linewidget {
position: relative; position: relative;
z-index: 2; z-index: 2;
overflow: auto; padding: 0.1px; /* Force widget margins to stay inside of the container */
} }
.CodeMirror-widget {} .CodeMirror-widget {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment