mirror of
https://github.com/nasa/openmct.git
synced 2025-03-15 08:40:57 +00:00
address pr review comments
This commit is contained in:
parent
fcf950cf43
commit
df3b8b55d9
@ -103,7 +103,7 @@
|
||||
@tags-updated="timestampAndUpdate"
|
||||
/>
|
||||
<div
|
||||
:class="{c__scrollContainer: enableEmbedsWrapperScroll }"
|
||||
:class="{'c-scrollcontainer': enableEmbedsWrapperScroll }"
|
||||
>
|
||||
<div
|
||||
ref="embedsWrapper"
|
||||
|
@ -461,12 +461,13 @@ input[type=number].c-input-number--no-spinners {
|
||||
}
|
||||
}
|
||||
|
||||
.c__scrollContainer{
|
||||
.c-scrollcontainer{
|
||||
@include nice-input();
|
||||
margin-top: $interiorMargin;
|
||||
background: $scrollContainer;
|
||||
border-radius: $controlCr;
|
||||
overflow: auto;
|
||||
padding: $interiorMarginSm;
|
||||
}
|
||||
|
||||
// SELECTS
|
||||
|
Loading…
x
Reference in New Issue
Block a user