mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 14:31:19 +02:00
[ticket/11241] Fix the disappearing dropdown when responsive changes take effect
PHPBB3-11241
This commit is contained in:
@@ -468,10 +468,6 @@ p.rightside {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.topic-actions {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
fieldset.quickmod {
|
||||
width: auto;
|
||||
float: none;
|
||||
@@ -511,17 +507,14 @@ fieldset.display-actions {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.topic-actions > div {
|
||||
float: none;
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.topic-actions > .pagination, fieldset.jumpbox {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.topic-actions > .pagination {
|
||||
float: none;
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user