Skip to content

Commit

Permalink
disable obscure css style change
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Nov 21, 2023
1 parent eaa93c8 commit 77334fb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@
}
)

css = '''
<style>
[data-testid="ScrollToBottomContainer"] {
overflow: hidden;
}
</style>
'''

st.markdown(css, unsafe_allow_html=True)
# css = '''
# <style>
# [data-testid="ScrollToBottomContainer"] {
# overflow: hidden;
# }
# </style>
# '''
#
# st.markdown(css, unsafe_allow_html=True)


def new_file():
Expand Down

0 comments on commit 77334fb

Please sign in to comment.