Changed scroll component button design. Removed unnecessary z-index from tooltip arrow.

This commit is contained in:
DebaucheryLibrarian
2020-12-28 00:02:18 +01:00
parent b4f6373605
commit 679e09f27e
2 changed files with 19 additions and 67 deletions

View File

@@ -133,7 +133,6 @@ export default {
width: 0;
height: 0;
position: absolute;
z-index : 11;
top: -.5rem;
left: calc(50% - .5rem);
border-left: .5rem solid transparent;