10 lines
93 B
SCSS
10 lines
93 B
SCSS
@use './button.scss';
|
|
|
|
:host {
|
|
pointer-events: auto;
|
|
}
|
|
|
|
mwc-list-item {
|
|
z-index: 20;
|
|
}
|