mirror of
https://github.com/urbit/shrub.git
synced 2024-11-29 14:57:12 +03:00
publish: fix settings display overflow
This commit is contained in:
parent
fdb1d1f849
commit
3e81faeac1
@ -186,7 +186,7 @@ export class Notebook extends Component {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className='overflow-y-scroll'
|
className='overflow-y-scroll h-100'
|
||||||
style={{ paddingLeft: 16, paddingRight: 16 }}
|
style={{ paddingLeft: 16, paddingRight: 16 }}
|
||||||
onScroll={this.onScroll}
|
onScroll={this.onScroll}
|
||||||
ref={(el) => {
|
ref={(el) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user