diff --git a/src/components/hy-tabs/hy-tabs.scss b/src/components/hy-tabs/hy-tabs.scss index 23ecb9dc73fb7901b4bbf1e609379c47272abdd7..426d6c0dc300dba38a0a0b9ab708816de733b2bd 100644 --- a/src/components/hy-tabs/hy-tabs.scss +++ b/src/components/hy-tabs/hy-tabs.scss @@ -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;