mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
Fix GalleryFolder rendering for long paths
This commit is contained in:
@@ -161,6 +161,7 @@ class GalleryFolder extends HTMLElement {
|
||||
constructor(name) {
|
||||
super();
|
||||
this.name = decodeURI(name);
|
||||
this.style.overflowX = 'hidden';
|
||||
this.shadow = this.attachShadow({ mode: 'open' });
|
||||
this.shadow.adoptedStyleSheets = [folderStylesheet];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user