Procházet zdrojové kódy

Fix z-index problem in LeftSidebarWithMenu

This applies the z-index fix which causes the sidebar menu to
overlap with sidebar main.
master
TheoryOfNekomata před 3 roky
rodič
revize
c58d170e99
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +1
    -1
      package.json
  2. +1
    -0
      src/layouts/LeftSidebarWithMenu/index.tsx

+ 1
- 1
package.json Zobrazit soubor

@@ -1,5 +1,5 @@
{
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",


+ 1
- 0
src/layouts/LeftSidebarWithMenu/index.tsx Zobrazit soubor

@@ -50,6 +50,7 @@ const SidebarMain = styled('div')({
height: '100%',
paddingTop: 'inherit',
paddingBottom: 'var(--size-menu, 4rem)',
zIndex: 2,
[minWidthFactor(3)]: {
position: 'absolute',
right: 0,


Načítá se…
Zrušit
Uložit