oleksandrburlakov commited on
Commit
e540c18
·
verified ·
1 Parent(s): bc55efe

Fix overflow of bullet-list

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ CSS ="""
9
  .gradio-container { height: 100vh !important; }
10
  .svelte-vt1mxs div:first-child { flex-grow: 1; overflow: auto;}
11
  #chatbot { flex-grow: 1; overflow: auto;}
 
12
  footer {visibility: hidden}
13
  .app.svelte-182fdeq.svelte-182fdeq {
14
  max-width: 100vw !important;
 
9
  .gradio-container { height: 100vh !important; }
10
  .svelte-vt1mxs div:first-child { flex-grow: 1; overflow: auto;}
11
  #chatbot { flex-grow: 1; overflow: auto;}
12
+ .svelte-vt1mxs div:nth-child(2) div:first-child {height: 300px; overflow: auto;}
13
  footer {visibility: hidden}
14
  .app.svelte-182fdeq.svelte-182fdeq {
15
  max-width: 100vw !important;