10 lines
172 B
SCSS
10 lines
172 B
SCSS
:host {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
--video-max-height: none;
|
|
|
|
// Keep the controls relative to the media carousel itself.
|
|
position: relative;
|
|
}
|