mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-12 10:21:30 +00:00
fix: scrollbar visible in tables (#5270)
This commit is contained in:
@@ -6,7 +6,7 @@ const StyledWrapper = styled.div`
|
||||
display: grid;
|
||||
overflow-y: hidden;
|
||||
overflow-x: auto;
|
||||
padding: 0 1px;
|
||||
padding: 0 1.5px;
|
||||
|
||||
// for icon hover
|
||||
position: inherit;
|
||||
|
||||
Reference in New Issue
Block a user