[DE PE SSE] Fix bug 55342
This commit is contained in:
parent
e29e00b74e
commit
1403deb086
|
@ -19,8 +19,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#viewport {
|
#viewport {
|
||||||
overflow: scroll;
|
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|
|
@ -19,8 +19,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#viewport {
|
#viewport {
|
||||||
overflow: scroll;
|
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
@ -29,7 +27,6 @@ body {
|
||||||
|
|
||||||
#viewport-vbox-layout {
|
#viewport-vbox-layout {
|
||||||
.layout-item:nth-child(3) {
|
.layout-item:nth-child(3) {
|
||||||
overflow: scroll;
|
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 0;
|
width: 0;
|
||||||
|
|
|
@ -13,8 +13,6 @@ body {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
||||||
#viewport {
|
#viewport {
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|
Loading…
Reference in a new issue