mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
@@ -9,7 +9,6 @@
|
||||
top: 48px;
|
||||
width: 100%;
|
||||
height: calc(100% - 48px);
|
||||
border-top: 1px solid #e8e8e8;
|
||||
flex-direction: row;
|
||||
min-height: 0;
|
||||
}
|
||||
|
@@ -284,7 +284,7 @@ class Wikis extends Component {
|
||||
<DropdownToggle tag="i" className="px-1">
|
||||
<span className="sf3-font sf3-font-down" aria-hidden="true"></span>
|
||||
</DropdownToggle>
|
||||
<DropdownMenu>
|
||||
<DropdownMenu positionFixed={true}>
|
||||
<DropdownItem onClick={() => {this.toggelAddWikiDialog();}}>{gettext('Add Wiki')}</DropdownItem>
|
||||
</DropdownMenu>
|
||||
</Dropdown>
|
||||
|
Reference in New Issue
Block a user