mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 03:33:06 +08:00
fix(core): adjust app-sidebar z-index (#7523)
This commit is contained in:
@@ -2,7 +2,6 @@ import { cssVar } from '@toeverything/theme';
|
|||||||
import { globalStyle, style } from '@vanilla-extract/css';
|
import { globalStyle, style } from '@vanilla-extract/css';
|
||||||
export const floatingMaxWidth = 768;
|
export const floatingMaxWidth = 768;
|
||||||
export const navWrapperStyle = style({
|
export const navWrapperStyle = style({
|
||||||
zIndex: 3,
|
|
||||||
paddingBottom: '8px',
|
paddingBottom: '8px',
|
||||||
'@media': {
|
'@media': {
|
||||||
print: {
|
print: {
|
||||||
|
|||||||
Reference in New Issue
Block a user