Fix overflow issue in WelcomeScreen
Summary: Noticed that the welcome screen started bleeding in the sidebar when the screen is too small. Unlike the plugin container it lacked an overflow: hidden. Reviewed By: timur-valiev, aigoncharov Differential Revision: D32987160 fbshipit-source-id: be324247cdb4abfeec12c40624d65f9fa1e86eff
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fa67c21def
commit
c1f6ca84b6
@@ -129,6 +129,7 @@ export function WelcomeScreenStaticView() {
|
||||
center
|
||||
style={{
|
||||
justifyContent: 'center',
|
||||
overflow: 'hidden',
|
||||
}}
|
||||
pad
|
||||
grow>
|
||||
|
||||
Reference in New Issue
Block a user