Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
tesseract-design
/
viewfinder
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
2
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix z-index problem in LeftSidebarWithMenu
This applies the z-index fix which causes the sidebar menu to overlap with sidebar main.
master
TheoryOfNekomata
hace 3 años
padre
f5d2a31a67
commit
c58d170e99
Se han
modificado 2 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
package.json
+1
-0
src/layouts/LeftSidebarWithMenu/index.tsx
+ 1
- 1
package.json
Ver fichero
@@ -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
Ver fichero
@@ -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,
Escribir
Vista previa
Cargando…
Cancelar
Guardar