Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
fix(documentation) : set (+) button to the bottom of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompiegne authored and brasseld committed Oct 16, 2016
1 parent 8d8cd9f commit 0b8f2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/api/admin/documentation/apiDocumentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div flex ui-view></div>
</div>

<md-fab-speed-dial gravitee-roles-allowed="ADMIN, API_PUBLISHER" md-direction="left" md-open="false" class="md-scale md-fab-bottom-right">
<md-fab-speed-dial gravitee-roles-allowed="ADMIN, API_PUBLISHER" md-direction="left" md-open="false" class="md-scale md-fab-bottom-right gravitee-add-button">
<md-fab-trigger>
<md-button aria-label="menu" class="md-fab md-success">
<md-tooltip md-direction="top" md-visible="false">New page</md-tooltip>
Expand Down
2 changes: 1 addition & 1 deletion src/app/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ md-radio-button ng-md-icon {
}

.gravitee-add-button {
position: fixed;
position: fixed !important;
}

header {
Expand Down

0 comments on commit 0b8f2ac

Please sign in to comment.