Skip to content

Commit ef71971

Browse files
committed
scroll container
1 parent 236629b commit ef71971

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/uui-scroll-container/lib/uui-scroll-container.element.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ export class UUIScrollContainerElement extends LitElement {
1818
overflow-y: scroll;
1919
}
2020
21-
/*
22-
:host(:focus) {
23-
outline-width: thin;
24-
outline-color: var(--uui-interface-border);
25-
}
26-
*/
27-
2821
:host::-webkit-scrollbar {
2922
width: 6px;
3023
height: 6px; /* needed for horizontal scrollbar */

0 commit comments

Comments
 (0)