imorcillo commited on
Commit
57ca88e
·
verified ·
1 Parent(s): 8396d36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -89,11 +89,11 @@ css_content = """
89
  width: 100vw !important;
90
  height: 100vh !important;
91
  background: rgba(0, 0, 0, 0.5) !important;
92
- z-index: 9999 !important;
93
  display: flex !important;
94
  justify-content: center !important;
95
  align-items: center !important;
96
  flex-direction: column !important;
 
97
  pointer-events: auto !important;
98
  }
99
 
@@ -104,6 +104,8 @@ css_content = """
104
  box-shadow: 0 0 20px rgba(0,0,0,0.3) !important;
105
  width: 340px !important;
106
  text-align: center !important;
 
 
107
  pointer-events: auto !important;
108
  }
109
 
@@ -115,6 +117,7 @@ css_content = """
115
  margin-top: 10px !important;
116
  border: none !important;
117
  cursor: pointer !important;
 
118
  }
119
 
120
  .popup-button:hover {
 
89
  width: 100vw !important;
90
  height: 100vh !important;
91
  background: rgba(0, 0, 0, 0.5) !important;
 
92
  display: flex !important;
93
  justify-content: center !important;
94
  align-items: center !important;
95
  flex-direction: column !important;
96
+ z-index: 9999 !important;
97
  pointer-events: auto !important;
98
  }
99
 
 
104
  box-shadow: 0 0 20px rgba(0,0,0,0.3) !important;
105
  width: 340px !important;
106
  text-align: center !important;
107
+ position: relative !important;
108
+ z-index: 10000 !important;
109
  pointer-events: auto !important;
110
  }
111
 
 
117
  margin-top: 10px !important;
118
  border: none !important;
119
  cursor: pointer !important;
120
+ pointer-events: auto !important;
121
  }
122
 
123
  .popup-button:hover {