mirror of
https://github.com/owncast/owncast.git
synced 2024-12-19 07:44:26 +03:00
b8016eaa90
* fix scrolling issues on mobile * resolve conflict
11 lines
162 B
SCSS
11 lines
162 B
SCSS
@import '../../../styles/mixins.scss';
|
|
|
|
.layout {
|
|
@include screen(tablet) {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
}
|