[DE PE SSE] Fix bug 55342

This commit is contained in:
JuliaSvinareva 2022-02-07 16:42:32 +03:00
parent e29e00b74e
commit 1403deb086
3 changed files with 0 additions and 7 deletions

View file

@ -19,8 +19,6 @@ body {
} }
#viewport { #viewport {
overflow: scroll;
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 0; width: 0;
height: 0; height: 0;

View file

@ -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;

View file

@ -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;