I have a GtkWindow which I set not to be decorated by the window manager. This works fine, but I cannot resize the Window anymore, even though resizing is enabled. I already found out this is due to the missing resize area that the window manager uses. In a previous version of Gtk, however, I did not have this problem (now using gtk 3.22.30). My Question is, is there any way to fix this with CSS or do I need to implement my own window resizing?
Regards,
tagelicht