mirror of
https://github.com/nasa/openmct.git
synced 2025-03-18 10:05:22 +00:00
Add styling to embed scrolling container
This commit is contained in:
parent
a4d2290274
commit
b72bad16d9
@ -94,7 +94,7 @@
|
||||
<div
|
||||
ref="embedsWrapper"
|
||||
class="c-snapshots c-ne__embeds-wrapper"
|
||||
:class="{ scrollClass: enableEmbedsWrapperScroll }"
|
||||
:class="{scrollClass: enableEmbedsWrapperScroll }"
|
||||
>
|
||||
<NotebookEmbed
|
||||
v-for="embed in entry.embeds"
|
||||
|
@ -27,6 +27,11 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.scrollClass{
|
||||
background: $colorBodyBg;
|
||||
box-shadow: inset 0 5px 5px rgb(0 0 0 / 20%);
|
||||
|
||||
}
|
||||
.c-notebook {
|
||||
$headerFontSize: 1.3em;
|
||||
display: flex;
|
||||
@ -410,8 +415,7 @@
|
||||
@include snapThumb();
|
||||
}
|
||||
.c-ne__embeds-wrapper{
|
||||
background: $colorBodyBg;
|
||||
max-height: 10vh;
|
||||
max-height: 11vh;
|
||||
padding-left: $interiorMarginLg;
|
||||
padding-top: $interiorMarginLg;
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user