Preface
When starting Emacs (/at least for me) in server/client mode, the scroll bar is always enabled. To prevent this behaviour, you need to disable the scrollbar globally.
Example
(scroll-bar-mode -1)
When starting Emacs (/at least for me) in server/client mode, the scroll bar is always enabled. To prevent this behaviour, you need to disable the scrollbar globally.
(scroll-bar-mode -1)