Add option in .env to disable select content pop-up #2382

Closed
opened 2026-02-05 03:53:10 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @jhrdt on GitHub (Sep 8, 2021).

Describe the feature you'd like
Add a .env flag for disabling the select content pop-up.

Describe the benefits this feature would bring to BookStack users
This is a opinionated request, but the pop-up disturbs the UX for non IT users.

Additional context
If there is a CSS trick do it with a custom header, this would be also good option.

Originally created by @jhrdt on GitHub (Sep 8, 2021). **Describe the feature you'd like** Add a .env flag for disabling the select content pop-up. **Describe the benefits this feature would bring to BookStack users** This is a opinionated request, but the pop-up disturbs the UX for non IT users. **Additional context** If there is a CSS trick do it with a custom header, this would be also good option.
Author
Owner

@ssddanbrown commented on GitHub (Sep 8, 2021):

Hi @jhrdt,
Since I believe this is the first request for this feature I don't really want to introduce another option to control this minor feature.
You can add the following to the "Custom HTML Head Content" setting to disable it within the current release:

<style>
	.pointer-container {
		display: none !important;
	}
</style>
@ssddanbrown commented on GitHub (Sep 8, 2021): Hi @jhrdt, Since I believe this is the first request for this feature I don't really want to introduce another option to control this minor feature. You can add the following to the "Custom HTML Head Content" setting to disable it within the current release: ```html <style> .pointer-container { display: none !important; } </style> ```
Author
Owner

@jhrdt commented on GitHub (Sep 9, 2021):

Hi @ssddanbrown ,

thank you. Yes this works as intended.

You are right, a feature flag for such a minor feature is not needed. The CSS snippet works fine.

@jhrdt commented on GitHub (Sep 9, 2021): Hi @ssddanbrown , thank you. Yes this works as intended. You are right, a feature flag for such a minor feature is not needed. The CSS snippet works fine.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#2382