Skip to content

Commit c3768a0

Browse files
authored
Fix some CSS issues (#7543)
2 parents ff36414 + 4affd3a commit c3768a0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

apps/client/src/stylesheets/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2034,9 +2034,9 @@ body.zen #right-pane,
20342034
body.zen #mobile-sidebar-wrapper,
20352035
body.zen .tab-row-container,
20362036
body.zen .tab-row-widget,
2037-
body.zen .ribbon-container:not(:has(.classic-toolbar-widget.visible)),
2038-
body.zen .ribbon-container:has(.classic-toolbar-widget.visible) .ribbon-top-row,
2039-
body.zen .ribbon-container .ribbon-body:not(:has(.classic-toolbar-widget.visible)),
2037+
body.zen .ribbon-container:not(:has(.classic-toolbar-widget)),
2038+
body.zen .ribbon-container:has(.classic-toolbar-widget) .ribbon-top-row,
2039+
body.zen .ribbon-container .ribbon-body:not(:has(.classic-toolbar-widget)),
20402040
body.zen .note-icon-widget,
20412041
body.zen .title-row .icon-action,
20422042
body.zen .floating-buttons-children > *:not(.bx-edit-alt),

apps/client/src/widgets/ribbon/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@
264264
position: absolute;
265265
inset-inline-end: 5px;
266266
bottom: 5px;
267-
z-index: 1000;
268267
}
269268

270269
.style-resolver {

0 commit comments

Comments
 (0)