Skip to content

Commit

Permalink
fix(shiny.scss): Constrain notification panel to max-width: 100% (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Nov 30, 2023
1 parent 18955a2 commit 01705c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

* Added an console that shows some errors in the browser. Also provide better error messages for duplicate input and output bindings. (#3931)

## Bug fixes

* Notifications are now constrained to the width of the viewport for window widths smaller the default notification panel size. (#3949)

# shiny 1.8.0

## Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion inst/www/shared/shiny.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions inst/www/shared/shiny_scss/shiny.scss
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ html.autoreload-enabled #shiny-disconnected-overlay.reloading {
background-color: rgba(0,0,0,0);
padding: 2px;
width: 300px;
max-width: 100%;
z-index: 99999;
}

Expand Down

0 comments on commit 01705c1

Please sign in to comment.