mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user