Compare commits

...

1 Commits

Author SHA1 Message Date
Bijin A B
d61c301250 fix(ux): fix sidebar invisible for environments tab, grpc and ws 2026-01-04 09:57:23 +05:30
4 changed files with 0 additions and 4 deletions

View File

@@ -5,7 +5,6 @@ const StyledWrapper = styled.div`
display: flex;
height: 100%;
overflow: hidden;
background-color: ${(props) => props.theme.bg};
position: relative;
.environments-container {

View File

@@ -3,7 +3,6 @@ import styled from 'styled-components';
const StyledWrapper = styled.div`
height: 100%;
overflow: hidden;
background: ${(props) => props.theme.bg};
border-radius: 4px;
div.tabs {

View File

@@ -3,7 +3,6 @@ import styled from 'styled-components';
const StyledWrapper = styled.div`
height: 100%;
overflow: hidden;
background: ${(props) => props.theme.bg};
border-radius: 4px;
div.tabs {

View File

@@ -5,7 +5,6 @@ const StyledWrapper = styled.div`
display: flex;
height: 100%;
overflow: hidden;
background-color: ${(props) => props.theme.bg};
position: relative;
.environments-container {