small tweak
Browse files
src/lib/components/InferencePlayground/InferencePlayground.svelte
CHANGED
@@ -221,7 +221,7 @@
|
|
221 |
/>
|
222 |
</div>
|
223 |
<div
|
224 |
-
class="fixed inset-x-0 bottom-0 flex h-20 items-center gap-2 overflow-hidden whitespace-nowrap
|
225 |
>
|
226 |
<button
|
227 |
type="button"
|
|
|
221 |
/>
|
222 |
</div>
|
223 |
<div
|
224 |
+
class="fixed inset-x-0 bottom-0 flex h-20 items-center gap-2 overflow-hidden whitespace-nowrap px-3 md:absolute"
|
225 |
>
|
226 |
<button
|
227 |
type="button"
|