Skip to content

Commit

Permalink
CSS: Fixed issue with scroll bars
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Jul 16, 2015
1 parent 55d9c25 commit baf71ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ namespace MadsKristensen.EditorExtensions.Css
[Export(typeof(IViewTaggerProvider))]
[ContentType("css")]
[TagType(typeof(IntraTextAdornmentTag))]
[TextViewRole(PredefinedTextViewRoles.Document)]
internal sealed class ColorAdornmentTaggerProvider : IViewTaggerProvider
{
#pragma warning disable 649 // "field never assigned to" -- field is set by MEF.
Expand Down

0 comments on commit baf71ff

Please sign in to comment.