mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-23 00:13:24 +01:00
bugfix:sidebar moving when code generator modal is opened
This commit is contained in:
parent
3d0c9cc0ae
commit
b74922c8f3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user