perf: optimize page scrolling when setting fixedHeader
tweak
This commit is contained in:
parent
41318aa0d9
commit
e8e6c7e79c
|
@ -33,6 +33,8 @@ export default {
|
||||||
|
|
||||||
.fixed-header+.app-main {
|
.fixed-header+.app-main {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
|
height: 100vh;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hasTagsView {
|
.hasTagsView {
|
||||||
|
|
Loading…
Reference in New Issue