Don't let modal button cover up header bottom border

This commit is contained in:
Bryan Housel
2018-01-04 16:12:40 -05:00
parent 286c09366a
commit 954227be53

View File

@@ -713,7 +713,7 @@ button.save.has-count .count::before {
position: absolute;
right: 0;
top: 0;
height: 60px;
height: 59px;
z-index: 50;
}
[dir='rtl'] .modal > button {