mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-19 02:23:15 +00:00
fix(deployment): restore deployment log download actions (#11306)
This commit is contained in:
@@ -3119,7 +3119,6 @@ html[data-theme="custom"] .logs-viewer-timestamp {
|
||||
overscroll-behavior-x: contain;
|
||||
scrollbar-width: none;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
isolation: isolate;
|
||||
}
|
||||
|
||||
.logs-viewer-actions::-webkit-scrollbar {
|
||||
|
||||
@@ -136,6 +136,13 @@ it('uses a mobile-friendly stacked logs toolbar markup', function () {
|
||||
->toContain('flex-direction: column')
|
||||
->toContain('@media (min-width: 640px)');
|
||||
|
||||
$actionsCss = str($appCss)
|
||||
->after('.logs-viewer-actions {')
|
||||
->before('}')
|
||||
->toString();
|
||||
|
||||
expect($actionsCss)->not->toContain('isolation: isolate');
|
||||
|
||||
$primaryGroup = str($deploymentView)
|
||||
->after('class="logs-viewer-primary"')
|
||||
->before('class="logs-viewer-end"')
|
||||
|
||||
Reference in New Issue
Block a user