本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
tesseract-design
/
viewfinder
關注
1
收藏
0
複製
0
程式碼
問題
2
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
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…
取消
儲存