OpenSlides/client/src/app/slides/agenda/current-list-of-speakers-overlay/current-list-of-speakers-overlay-slide.component.scss

10 lines
147 B
SCSS
Raw Normal View History

#overlay {
position: absolute;
right: 0;
bottom: 0;
background-color: green;
height: 30px;
margin: 10px;
z-index: 2;
}