RED-9885: scoped right-container transition.

This commit is contained in:
Nicoleta Panaghiu 2024-11-27 16:24:51 +02:00
parent ae0eebcc6f
commit 72e760fff8

View File

@ -156,9 +156,11 @@ section.settings {
box-sizing: border-box; box-sizing: border-box;
background: var(--iqser-background); background: var(--iqser-background);
overflow: hidden; overflow: hidden;
transition: &.with-transition {
width ease-in-out 0.2s, transition:
min-width ease-in-out 0.2s; width ease-in-out 0.2s,
min-width ease-in-out 0.2s;
}
@include common-mixins.scroll-bar; @include common-mixins.scroll-bar;
&:hover { &:hover {