Skip to content
Snippets Groups Projects
Commit f085e6e9 authored by shamalainen's avatar shamalainen
Browse files

Fix scrollbar visibility in firefox

parent 0dd920c7
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@
margin: 0 0 -0.1em;
overflow: scroll;
position: relative;
scrollbar-width: none;
white-space: nowrap;
&::-webkit-scrollbar {
......@@ -206,9 +207,7 @@
}
}
[role='tab']:hover,
[role='tab']:focus,
[role='tab']:active {
[role='tab']:hover {
border-radius: 0;
color: inherit;
cursor: pointer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment