Fix scroll.css for embedded help

This commit is contained in:
Svetlana Maleeva 2023-07-13 18:54:52 +03:00
parent e106ad036f
commit 9a5f5396cb
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
html{
overflow: scroll;
overflow: auto;
scrollbar-track-color: #eee;
scrollbar-face-color: #f7f7f7;
scrollbar-highlight-color: #eee;

View File

@ -1,5 +1,5 @@
html{
overflow: scroll;
overflow: auto;
scrollbar-track-color: #eee;
scrollbar-face-color: #f7f7f7;
scrollbar-highlight-color: #eee;

View File

@ -1,5 +1,5 @@
html{
overflow: scroll;
overflow: auto;
scrollbar-track-color: #eee;
scrollbar-face-color: #f7f7f7;
scrollbar-highlight-color: #eee;