diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-19 11:35:01 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-25 14:42:16 +0200 |
commit | d6eace77dbc6ddde958ea1e38286fd68a0398768 (patch) | |
tree | a45a2c076e40a0491c353e6ea88ed8c38f11b5b2 /client/src/app | |
parent | 2856af48ac79d614c79ed9e962d70564afbec1e1 (diff) | |
download | PeerTube-d6eace77dbc6ddde958ea1e38286fd68a0398768.tar.gz PeerTube-d6eace77dbc6ddde958ea1e38286fd68a0398768.tar.zst PeerTube-d6eace77dbc6ddde958ea1e38286fd68a0398768.zip |
Fix playlist element dropdown overflow
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/header/search-typeahead.component.scss | 2 | ||||
-rw-r--r-- | client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/header/search-typeahead.component.scss b/client/src/app/header/search-typeahead.component.scss index 87e8b8c70..f8d68e986 100644 --- a/client/src/app/header/search-typeahead.component.scss +++ b/client/src/app/header/search-typeahead.component.scss | |||
@@ -28,7 +28,7 @@ | |||
28 | .jump-to-suggestions { | 28 | .jump-to-suggestions { |
29 | top: 100%; | 29 | top: 100%; |
30 | left: 0; | 30 | left: 0; |
31 | z-index: z(typeahead); | 31 | z-index: z('search-typeahead'); |
32 | width: 100%; | 32 | width: 100%; |
33 | } | 33 | } |
34 | 34 | ||
diff --git a/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html b/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html index 473fdc102..87ab68b87 100644 --- a/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html +++ b/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html | |||
@@ -38,7 +38,7 @@ | |||
38 | 38 | ||
39 | <my-edit-button *ngIf="owned && touchScreenEditButton" [routerLink]="[ '/my-account', 'video-playlists', playlist.uuid ]"></my-edit-button> | 39 | <my-edit-button *ngIf="owned && touchScreenEditButton" [routerLink]="[ '/my-account', 'video-playlists', playlist.uuid ]"></my-edit-button> |
40 | 40 | ||
41 | <div *ngIf="owned" class="more" ngbDropdown #moreDropdown="ngbDropdown" placement="bottom auto" | 41 | <div *ngIf="owned" class="more" ngbDropdown #moreDropdown="ngbDropdown" placement="left auto" |
42 | (openChange)="onDropdownOpenChange()" autoClose="outside" | 42 | (openChange)="onDropdownOpenChange()" autoClose="outside" |
43 | > | 43 | > |
44 | <my-global-icon iconName="more-vertical" ngbDropdownToggle role="button" class="icon-more" (click)="$event.preventDefault()"></my-global-icon> | 44 | <my-global-icon iconName="more-vertical" ngbDropdownToggle role="button" class="icon-more" (click)="$event.preventDefault()"></my-global-icon> |