Skip to content

Commit

Permalink
Do not change opacity of main
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed Apr 6, 2024
1 parent 322bcd0 commit c710f1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ltk/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,6 @@ class Popup(Widget):

def show(self, element):
_close_all_menus()
find("#main").css("opacity", 0.3)
(self
.appendTo(jQuery(window.document.body))
.css("top", element.offset().top + 28)
Expand Down

0 comments on commit c710f1c

Please sign in to comment.