Skip to content
Snippets Groups Projects
Commit aaa3a14b authored by Joao Siebel's avatar Joao Siebel
Browse files

Remove scroll on toast notification when a conversion error happens. close #12293

parent cac1758a
No related branches found
No related tags found
No related merge requests found
......@@ -370,8 +370,6 @@
.uploadRow {
display: flex;
flex-direction: column;
margin-bottom: var(--statusInfoHeight);
margin-top: var(--statusInfoHeight);
}
.textErr,
......@@ -389,8 +387,6 @@
bottom: var(--toast-md-margin);
position: relative;
left: var(--border-size-large);
max-height: var(--statusInfoHeight);
height: var(--statusInfoHeight);
[dir="rtl"] & {
right: var(--border-size-large);
......@@ -490,7 +486,7 @@
height: 100%;
max-height: var(--uploadListHeight);
overflow-y: auto;
padding-right: 1rem;
padding-right: 1.5rem;
box-sizing: content-box;
background: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment