This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
tesseract-design
/
viewfinder
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
2
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Fix z-index problem in LeftSidebarWithMenu
This applies the z-index fix which causes the sidebar menu to overlap with sidebar main.
master
TheoryOfNekomata
пре 3 година
родитељ
f5d2a31a67
комит
c58d170e99
2 измењених фајлова
са
2 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+1
-0
src/layouts/LeftSidebarWithMenu/index.tsx
+ 1
- 1
package.json
Прегледај датотеку
@@ -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
Прегледај датотеку
@@ -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,
Write
Preview
Loading…
Откажи
Сачувај