diff --git a/app/frontend/templates/panel/server_files.html b/app/frontend/templates/panel/server_files.html index b135b527..3f39c794 100644 --- a/app/frontend/templates/panel/server_files.html +++ b/app/frontend/templates/panel/server_files.html @@ -99,10 +99,18 @@ overflow: scroll; } + .overlay::-webkit-scrollbar { + display: none; + } + + /* Hide scrollbar for IE, Edge and Firefox */ + .overlay { + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ + } /* Position the content inside the overlay */ .overlay-content { - overflow: scroll; display: flex; flex-direction: column; background-color: #fff;