Commit a4992f0e authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Fix the sizing of the stack containing the Gallery preview banner (#9657)

parent a3383261
...@@ -190,6 +190,7 @@ class GalleryHomeState extends State<GalleryHome> with SingleTickerProviderState ...@@ -190,6 +190,7 @@ class GalleryHomeState extends State<GalleryHome> with SingleTickerProviderState
if (showPreviewBanner) { if (showPreviewBanner) {
home = new Stack( home = new Stack(
fit: StackFit.expand,
children: <Widget>[ children: <Widget>[
home, home,
new FadeTransition( new FadeTransition(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment