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 GitHub
parent 13363d7931
commit 7a24b1924d

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;