Commit 83d10bb5 authored by Mark Otto's avatar Mark Otto

Merge pull request #15945 from kkirsche/patch-9

[Fixes #15944] Add Z-Index to avoid border overlapping
parents e2d5e084 06cba30e
...@@ -161,6 +161,7 @@ ...@@ -161,6 +161,7 @@
> .btn, > .btn,
> .btn-group { > .btn-group {
margin-left: -1px; margin-left: -1px;
z-index: 2;
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment