ColorlibHQ / AdminLTE

AdminLTE - Free admin dashboard template based on Bootstrap 5
https://adminlte.io
MIT License
43.74k stars 18.17k forks source link

[BUG] Sidebar overlay breaks printing #5598

Open wizhippo opened 1 month ago

wizhippo commented 1 month ago

When printing the preview in chrome does not show the content, but only the sidebar.

I found that adding fixes it.

@media print { .sidebar-overlay { display: none; } }