This website works better with JavaScript.
Home
Explore
Help
Sign In
tesseract-design
/
viewfinder
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
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 years ago
parent
f5d2a31a67
commit
c58d170e99
2 changed files
with
2 additions
and
1 deletions
Split View
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
View File
@@ -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
View File
@@ -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…
Cancel
Save