fonsp / Pluto.jl

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

Hide bottom row of pixels from export background when minimized #2826

Closed ctrekker closed 7 months ago

ctrekker commented 7 months ago

This PR fixes a subtle visual bug only noticeable with light browser themes on Google Chrome. The bottom row of pixels from the export background is visible even when collapsed.

Main: image

This PR: image

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="cb/export-bar-visible-on-light-themes")
  julia> using Pluto