Sengi-Windows-MacOS-Linux/Mamoth/src/app/components/streams-main-display/streams-main-display.compon...

9 lines
133 B
CSS
Raw Normal View History

2018-03-16 01:43:53 +01:00
#mam-main-display {
width: calc(100%);
height: calc(100%);
2018-03-16 02:41:25 +01:00
overflow-x: auto;
2018-03-16 01:43:53 +01:00
background: blue;
outline: 1px dotted red;
}