mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fixes unclickable buttons on template modal for lower resolution (#5254)
This commit is contained in:
parent
76e795d22a
commit
dfddfd9d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export default function TemplateLibraryModal(props) {
|
||||||
<Col
|
<Col
|
||||||
xs={12}
|
xs={12}
|
||||||
className="d-flex flex-column align-items-end template-modal-control-column"
|
className="d-flex flex-column align-items-end template-modal-control-column"
|
||||||
style={{ borderTop: '1px solid #D2DDEC' }}
|
style={{ borderTop: '1px solid #D2DDEC', zIndex: 1 }}
|
||||||
>
|
>
|
||||||
<div className="d-flex flex-row align-items-center" style={{ height: '100%' }}>
|
<div className="d-flex flex-row align-items-center" style={{ height: '100%' }}>
|
||||||
<Button variant="outline-primary" onClick={props.onCloseButtonClick}>
|
<Button variant="outline-primary" onClick={props.onCloseButtonClick}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue