mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-26 17:24:25 +00:00
fix: Fixed using scrollbar on tabs moves the window around, b=closes #9699, c=common, compact-mode, folders, tabs, workspaces
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
</hbox>
|
||||
</vbox>
|
||||
</arrowscrollbox>
|
||||
<vbox class="zen-workspace-empty-space" flex="1" />
|
||||
`;
|
||||
}
|
||||
|
||||
|
||||
@@ -926,6 +926,7 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
|
||||
await this.initializeTabsStripSections();
|
||||
this._initializeEmptyTab();
|
||||
await gZenPinnedTabManager.refreshPinnedTabs({ init: true });
|
||||
this._invalidateBookmarkContainers();
|
||||
await this.changeWorkspace(activeWorkspace, { onInit: true });
|
||||
this.#fixTabPositions();
|
||||
this.onWindowResize();
|
||||
|
||||
@@ -317,14 +317,13 @@ zen-workspace {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&,
|
||||
& .zen-workspace-normal-tabs-section {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.zen-workspace-empty-space {
|
||||
-moz-window-dragging: drag;
|
||||
}
|
||||
|
||||
/** Customiable UI, this is an auto generated ID */
|
||||
#wrapper-zen-workspaces-button {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user