We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236629b commit ef71971Copy full SHA for ef71971
packages/uui-scroll-container/lib/uui-scroll-container.element.ts
@@ -18,13 +18,6 @@ export class UUIScrollContainerElement extends LitElement {
18
overflow-y: scroll;
19
}
20
21
- /*
22
- :host(:focus) {
23
- outline-width: thin;
24
- outline-color: var(--uui-interface-border);
25
- }
26
- */
27
-
28
:host::-webkit-scrollbar {
29
width: 6px;
30
height: 6px; /* needed for horizontal scrollbar */
0 commit comments