Skip to content

Commit

Permalink
Give menu popups a higher z-index than tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed Apr 27, 2024
1 parent 95def10 commit 73f6193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ltk/ltk.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
background-color: white;
border: 1px solid #DDD;
box-shadow: 0 2px 2px 2px #DDD;
z-index: 200;
z-index: 20000;
font-size: 14px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyscript-ltk"
version = "0.1.34"
version = "0.1.35"
description = "A little toolkit for writing UIs in PyScript"
readme = "README.md"
authors = [{ name = "Chris Laffra", email = "chris@chrislaffra.com" }]
Expand Down

0 comments on commit 73f6193

Please sign in to comment.