fix layout tab height issue in playground on home page

Summary: Fixed layout tab height issue properly

Reviewed By: danielbuechele

Differential Revision: D20003594

fbshipit-source-id: 6d9ce89a5d82a83937e5cb0f989bb028e07d576f
This commit is contained in:
Sidharth Guglani
2020-02-25 07:27:56 -08:00
committed by Facebook Github Bot
parent 6c61cd5f05
commit 2d52b5a873

View File

@@ -52,7 +52,9 @@
.Editor .ant-tabs-tabpane {
overflow-y: auto;
height: 45vh;
min-height: 320px;
height: 100%;
max-height: 25vh;
padding: 15px;
}