mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 20:49:54 +00:00
15 lines
246 B
CSS
15 lines
246 B
CSS
|
iframe.newsfeed-fullarticle {
|
||
|
width: 100vw;
|
||
|
/* very large height value to allow scrolling */
|
||
|
height: 3000px;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
border: none;
|
||
|
z-index: 1;
|
||
|
}
|
||
|
|
||
|
.region.bottom.bar.newsfeed-fullarticle {
|
||
|
bottom: inherit;
|
||
|
top: -90px;
|
||
|
}
|