Spaces:
Running
Running
Prometech Computer Sciences Corp
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -545,12 +545,12 @@ textarea, input, .gr-textbox, .gr-textbox * {
|
|
| 545 |
box-shadow: 0 0 10px var(--terminal-glow);
|
| 546 |
backdrop-filter: blur(6px);
|
| 547 |
overflow-x: hidden;
|
|
|
|
| 548 |
font-family: var(--terminal-font);
|
| 549 |
}
|
| 550 |
.pb-music-title{ color:#d9ffe0; margin:0 0 6px 0; font-size:0.95rem; letter-spacing:0.06em; font-family: var(--terminal-font);}
|
| 551 |
.pb-music-wrap a{ color:#9affc0; text-decoration:none; font-family: var(--terminal-font);}
|
| 552 |
.pb-music-wrap a:hover{ text-decoration:underline; font-family: var(--terminal-font);}
|
| 553 |
-
.scroll{ display: none; }
|
| 554 |
</style>
|
| 555 |
"""
|
| 556 |
|
|
|
|
| 545 |
box-shadow: 0 0 10px var(--terminal-glow);
|
| 546 |
backdrop-filter: blur(6px);
|
| 547 |
overflow-x: hidden;
|
| 548 |
+
overflow-y: hidden;
|
| 549 |
font-family: var(--terminal-font);
|
| 550 |
}
|
| 551 |
.pb-music-title{ color:#d9ffe0; margin:0 0 6px 0; font-size:0.95rem; letter-spacing:0.06em; font-family: var(--terminal-font);}
|
| 552 |
.pb-music-wrap a{ color:#9affc0; text-decoration:none; font-family: var(--terminal-font);}
|
| 553 |
.pb-music-wrap a:hover{ text-decoration:underline; font-family: var(--terminal-font);}
|
|
|
|
| 554 |
</style>
|
| 555 |
"""
|
| 556 |
|