widget overflow now scrolls
if content is too big for widget it now scrolls.
This commit is contained in:
@@ -19,6 +19,12 @@ function App() {
|
||||
opacity: 1 !important;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.react-resizable-handle-se {
|
||||
position: sticky;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
`}
|
||||
/>
|
||||
<Grid css={styles}
|
||||
|
||||
Reference in New Issue
Block a user