fix(workspace): keep workspace nav tabs visible when editing docs (#8249)

This commit is contained in:
gopu-bruno
2026-06-12 17:19:15 +05:30
committed by lohit
parent daa0df98b3
commit 9a7f664037

View File

@@ -1,7 +1,8 @@
import styled from 'styled-components';
const StyledWrapper = styled.div`
height: 100%;
flex: 1 1 0%;
min-height: 0;
.overview-layout {
display: flex;