ktropp
ktropp
I've got the same problem.
@tonydspaniard how can I do that? I am using composer.
@tonydspaniard Installing 2amigos/yii2-ckeditor-widget (dev-master 3eefd73) Problem is still there.
@tonydspaniard ``
@tonydspaniard any progress?
I solved this by editing jquery-ias.js:624, $.ias function to this, dunno if this breaks ajax load not in overflow container: ``` $.ias = function(option) { var $window = $(window); if($(option.container).length){...
Alright, I figured it out. The list was completely hidden. After some trial and error changing the css file, I figured that I need to set explicit `min-height` to `slider`...
Alternatively, you can set the height of the list in theme config: ``` [ui.window.box.scroll.list] height = 300 ``` The problem is however, that the height will be fixed, so the...
@abenz1267 If I don't set the height explicitly and only set the max_height, the height is always 0 and list is not visible.
here you go themes/custom.toml ``` [ui.anchors] bottom = true left = true right = true top = true [ui.window] h_align = "fill" v_align = "fill" [ui.window.box] h_align = "center" width...