fix toolbar showing scroll on disabling autohide

This commit is contained in:
jelveh
2025-07-05 09:41:00 -07:00
parent 7ccc704694
commit 4ca7e852d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1143,7 +1143,7 @@ async function UIDesktop(options) {
style= 'height:30px; min-height:30px; max-height:30px;';
}
ht += `<div class="toolbar ${class_name}" style="${style}">`;
ht += `<div class="toolbar hide-scrollbar ${class_name}" style="${style}">`;
// logo
ht += `<div class="toolbar-btn toolbar-puter-logo" title="Puter" style="margin-left: 10px;"><img src="${window.icons['logo-white.svg']}" draggable="false" style="display:block; width:17px; height:17px"></div>`;
+1 -1
View File
@@ -1776,7 +1776,7 @@ label {
overflow: clip;
box-shadow: rgb(255 255 255 / 14%) 0px 0px 0px 0.5px inset, rgba(0, 0, 0, 0.2) 0px 0px 0px 0.5px, rgba(0, 0, 0, 0.2) 0px 2px 14px;
position: absolute;
overflow-y: hidden;
}
.toolbar-hidden {