mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-25 01:49:29 -05:00
fix toolbar showing scroll on disabling autohide
This commit is contained in:
@@ -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>`;
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user