Fix scrollable tab buttons changing location hash

This commit is contained in:
Nick O'Leary
2016-09-29 23:46:55 +01:00
parent 18c8bbb0fc
commit 7ff9c2885d
2 changed files with 4 additions and 4 deletions

View File

@@ -122,7 +122,7 @@
height: 35px;
background: #fff;
border-bottom: 1px solid $primary-border-color;
z-index: 3;
z-index: 2;
a {
@include workspace-button;
@@ -133,7 +133,7 @@
margin-right:3px;
margin-left:3px;
border: 1px solid $primary-border-color;
z-index: 3;
z-index: 2;
}
}