이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
tesseract-design
/
viewfinder
보기
1
좋아요
0
포크
0
코드
이슈
2
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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,
쓰기
미리보기
불러오는 중...
취소
저장