mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-21 10:48:59 +00:00
Merge pull request #3941 from hanakin/ticket/14195
[ticket/14195]Fix pupload & polls hiding
This commit is contained in:
commit
c35c9a9d9c
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none !important;
|
display: none ;
|
||||||
visibility: hidden !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.affix { position: fixed }
|
.affix { position: fixed }
|
||||||
|
|
Loading…
Add table
Reference in a new issue