fix(component): retrieve lost scroll bars in editor (#6597)

close TOV-805
close #6589
This commit is contained in:
JimmFly
2024-04-17 11:59:12 +00:00
parent f86646b931
commit 8b66c1d752

View File

@@ -222,6 +222,15 @@ input[type='number']::-webkit-outer-spin-button {
height: 0;
}
editor-host * {
scrollbar-width: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
editor-host *::-webkit-scrollbar {
width: auto;
height: auto;
}
.editor-wrapper {
position: relative;
padding-right: 0;