mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-26 18:03:27 +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`
|
const StyledWrapper = styled.div`
|
||||||
margin-inline: -1rem;
|
margin-inline: -1rem;
|
||||||
margin-block: -1.5rem;
|
margin-block: -1.5rem;
|
||||||
|
position: absolute;
|
||||||
background-color: ${(props) => props.theme.collection.environment.settings.bg};
|
background-color: ${(props) => props.theme.collection.environment.settings.bg};
|
||||||
|
|
||||||
.generate-code-sidebar {
|
.generate-code-sidebar {
|
||||||
|
Loading…
Reference in New Issue
Block a user