Fixed a small border being visible at the top of the window (closes https://github.com/zen-browser/desktop/issues/4264)

This commit is contained in:
mr. M
2025-01-12 14:06:45 +01:00
parent 14664bd38f
commit dff60ee6ef

View File

@@ -111,6 +111,11 @@
z-index: 2;
}
#nav-bar {
/* For some reason, firefox adds a really small border to the top of the nav-bar */
border-top: none !important;
}
#zen-main-app-wrapper {
background: transparent;
overflow: hidden;