Commit fa802b89 authored by Simona's avatar Simona Committed by luckyCao

docs: fix the side effect by global el-scrollbar style (#15740)

parent 603d94a7
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
height: calc(100% - 80px); height: calc(100% - 80px);
margin-top: 80px; margin-top: 80px;
.el-scrollbar__wrap { > .el-scrollbar__wrap {
overflow-x: auto; overflow-x: auto;
} }
} }
...@@ -24,8 +24,9 @@ ...@@ -24,8 +24,9 @@
margin-top: 80px; margin-top: 80px;
transition: padding-top .3s; transition: padding-top .3s;
.el-scrollbar__wrap { > .el-scrollbar__wrap {
height: 100%; height: 100%;
overflow-x: auto;
} }
&.is-extended { &.is-extended {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment