mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Scroll on overflow of property list (mobile)
Summary: Fixes T9314. Functionally phui-status-list should get moved off a table, but that's another day. This catches many other possible issues. Test Plan: Review changes on a narrow browser. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T9314 Differential Revision: https://secure.phabricator.com/D14036
This commit is contained in:
parent
42ed524120
commit
29399849c0
2 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '31e4c86b',
|
||||
'core.pkg.css' => 'eb8c668d',
|
||||
'core.pkg.js' => '47dc9ebb',
|
||||
'darkconsole.pkg.js' => 'e7393ebb',
|
||||
'differential.pkg.css' => '2de124c9',
|
||||
|
@ -141,7 +141,7 @@ return array(
|
|||
'rsrc/css/phui/phui-object-item-list-view.css' => 'ab1bf393',
|
||||
'rsrc/css/phui/phui-pager.css' => 'bea33d23',
|
||||
'rsrc/css/phui/phui-pinboard-view.css' => '2495140e',
|
||||
'rsrc/css/phui/phui-property-list-view.css' => '318d4dea',
|
||||
'rsrc/css/phui/phui-property-list-view.css' => '03904f6b',
|
||||
'rsrc/css/phui/phui-remarkup-preview.css' => '867f85b3',
|
||||
'rsrc/css/phui/phui-spacing.css' => '042804d6',
|
||||
'rsrc/css/phui/phui-status.css' => '888cedb8',
|
||||
|
@ -794,7 +794,7 @@ return array(
|
|||
'phui-object-item-list-view-css' => 'ab1bf393',
|
||||
'phui-pager-css' => 'bea33d23',
|
||||
'phui-pinboard-view-css' => '2495140e',
|
||||
'phui-property-list-view-css' => '318d4dea',
|
||||
'phui-property-list-view-css' => '03904f6b',
|
||||
'phui-remarkup-preview-css' => '867f85b3',
|
||||
'phui-spacing-css' => '042804d6',
|
||||
'phui-status-list-view-css' => '888cedb8',
|
||||
|
|
|
@ -167,6 +167,7 @@
|
|||
width: auto;
|
||||
border: none;
|
||||
float: none;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.phui-property-list-actions {
|
||||
|
|
Loading…
Reference in a new issue