下拉菜单黯然失色

时间:2017-06-24 13:39:21

标签: javascript html css

我正在制作一个模板,但是下拉菜单似乎有问题。我在这里找不到问题。 enter image description here

在录取部分的链接1下还有另外两个链接。这是完成回购的git墨水....

https://github.com/alpha0308/school-

1 个答案:

答案 0 :(得分:1)

我看了你的代码,我发现你的容器上有ifstream fileStream(file.c_str());。这使得dropdown div无法显示在标题的容器下方。

通过"overflow: hidden"对我进行测试并为我工作。