diff --git a/src/browser/base/content/zen-styles/zen-glance.css b/src/browser/base/content/zen-styles/zen-glance.css index fefef3d25..c9430ef60 100644 --- a/src/browser/base/content/zen-styles/zen-glance.css +++ b/src/browser/base/content/zen-styles/zen-glance.css @@ -49,7 +49,6 @@ background: var(--zen-dialog-background); position: fixed; border-radius: var(--zen-border-radius); - overflow: hidden; opacity: 0; top: 0; left: 0; @@ -65,8 +64,13 @@ left: 0 !important; } + & .browserStack { + border-radius: var(--zen-border-radius); + overflow: hidden; + } + & #zen-glance-sidebar-container { - position: fixed; + position: absolute; display: flex; top: 10%; left: 0; @@ -132,4 +136,4 @@ } } } -} \ No newline at end of file +}