Home > Article > Web Front-end > Solution to the overlapping problem between "all files list" and "files waiting for review" in dedecms background
I think friends who use dedecms must have encountered this situation. The label text of "all files list" and "files waiting for review" in the dedecms background Overlapping together:
## looks so uncomfortable, forced Has the disease returned? Well, how to solve it?
Find the file index_menu2.htm in the directory dede/templets, open it with Notepad, then Ctrl+F to search for ".sitemu li", in Add the sentence "overflow:hidden;" in the following curly brackets as follows:
Then save. Refresh the background page and it should be normal now!
The above is the detailed content of Solution to the overlapping problem between "all files list" and "files waiting for review" in dedecms background. For more information, please follow other related articles on the PHP Chinese website!