Spaces:
Running
Running
Ron Au
commited on
Commit
•
c654258
1
Parent(s):
4ffd798
fix(action buttons): Fix z-index
Browse files- static/style.css +1 -0
static/style.css
CHANGED
@@ -240,6 +240,7 @@ info a:is(:hover, :focus, :active, :visited) {
|
|
240 |
gap: 1rem;
|
241 |
width: 100%;
|
242 |
margin: 1rem auto 1.5rem;
|
|
|
243 |
}
|
244 |
|
245 |
.output .buttons {
|
|
|
240 |
gap: 1rem;
|
241 |
width: 100%;
|
242 |
margin: 1rem auto 1.5rem;
|
243 |
+
z-index: 5;
|
244 |
}
|
245 |
|
246 |
.output .buttons {
|