mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-26 22:25:40 +00:00
bugfix:sidebar moving when code generator modal is opened
This commit is contained in:
@@ -3,7 +3,7 @@ import styled from 'styled-components';
|
||||
const StyledWrapper = styled.div`
|
||||
margin-inline: -1rem;
|
||||
margin-block: -1.5rem;
|
||||
|
||||
position: absolute;
|
||||
background-color: ${(props) => props.theme.collection.environment.settings.bg};
|
||||
|
||||
.generate-code-sidebar {
|
||||
|
||||
Reference in New Issue
Block a user