diff --git a/public/components/notebooks/index.scss b/public/components/notebooks/index.scss index ef5666092..c14e07d80 100644 --- a/public/components/notebooks/index.scss +++ b/public/components/notebooks/index.scss @@ -42,3 +42,13 @@ background-color: #25262d !important; } } + +// Temporary fix for OUI issue https://github.com/opensearch-project/oui/issues/1166 +#queryDataGrid { + .euiDataGrid--fullScreen { + .euiDataGrid__pagination { + margin-bottom: 100px; + } + margin-top: 98px; + } +}