fixed getInnerRenderStyle for Tkinter widgets and positioning
This commit is contained in:
@@ -135,7 +135,7 @@ class Slider extends TkinterWidgetBase{
|
||||
return (
|
||||
<div className="tw-w-flex tw-flex-col tw-w-full tw-h-full tw-rounded-md tw-overflow-hidden">
|
||||
<div className="flex flex-col items-center justify-center h-screen
|
||||
bg-gray-100" style={this.state.widgetInnerStyling}>
|
||||
bg-gray-100" style={this.getInnerRenderStyling()}>
|
||||
<div className="w-full max-w-md">
|
||||
<input
|
||||
type="range"
|
||||
|
||||
Reference in New Issue
Block a user