fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.96k stars 286 forks source link

Fix horizontal overflow in tables on Firefox #2805

Closed fonsp closed 7 months ago

fonsp commented 7 months ago

Fix https://github.com/fonsp/Pluto.jl/issues/2190#issuecomment-1925008098

The solution (from https://stackoverflow.com/questions/16328233/overflow-auto-does-not-work-in-firefox) made the scrollbar overlap with content on Chrome (because the td has padding, not the div), so I decided to apply the solution to firefox only.

github-actions[bot] commented 7 months ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
  julia> Pkg.activate(temp=true)
  julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="fix-horizontal-overflow-tables-firefox")
  julia> using Pluto