georad commited on
Commit
f480610
·
verified ·
1 Parent(s): 344a756

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. pages/type_text.py +11 -8
pages/type_text.py CHANGED
@@ -17,21 +17,24 @@ hide_streamlit_style = """
17
 
18
  div[data-testid="stStatusWidget"]{
19
  visibility: visible;
20
- height: 2000 px;
21
  position: sticky;
22
  }
23
-
24
  #div[data-testid="stBaseButton-header"]{
25
  #visibility: visible;
26
  #height: auto;
27
  #position: sticky;
28
  #}
29
-
30
- #div[class="stAppEmbeddingID"]{
31
- #visibility: visible;
32
- #height: auto;
33
- #position: sticky;
34
- #}
 
 
 
 
35
 
36
  </style>
37
  """
 
17
 
18
  div[data-testid="stStatusWidget"]{
19
  visibility: visible;
20
+ height: 4000px;
21
  position: sticky;
22
  }
 
23
  #div[data-testid="stBaseButton-header"]{
24
  #visibility: visible;
25
  #height: auto;
26
  #position: sticky;
27
  #}
28
+ div[data-testid="stToolbar"]{
29
+ visibility: visible;
30
+ height: auto;
31
+ position: sticky;
32
+ }
33
+ div[data-testid="stDecoration"]{
34
+ visibility: visible;
35
+ height: auto;
36
+ position: sticky;
37
+ }
38
 
39
  </style>
40
  """