mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(component): retrieve lost scroll bars in editor (#6597)
close TOV-805 close #6589
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user