Skip to content

Commit 73f6193

Browse files
committed
Give menu popups a higher z-index than tutorials
1 parent 95def10 commit 73f6193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ltk/ltk.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
background-color: white;
135135
border: 1px solid #DDD;
136136
box-shadow: 0 2px 2px 2px #DDD;
137-
z-index: 200;
137+
z-index: 20000;
138138
font-size: 14px;
139139
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
140140
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "pyscript-ltk"
9-
version = "0.1.34"
9+
version = "0.1.35"
1010
description = "A little toolkit for writing UIs in PyScript"
1111
readme = "README.md"
1212
authors = [{ name = "Chris Laffra", email = "[email protected]" }]

0 commit comments

Comments
 (0)