Merge pull request #3941 from hanakin/ticket/14195

[ticket/14195]Fix pupload & polls hiding
This commit is contained in:
Marc Alexander 2015-10-01 11:42:54 +02:00
commit c35c9a9d9c

View file

@ -60,8 +60,7 @@
} }
.hidden { .hidden {
display: none !important; display: none ;
visibility: hidden !important;
} }
.affix { position: fixed } .affix { position: fixed }