Skip to content

Commit f77dea9

Browse files
committed
NETOBSERV-2255: fix scrolling in firefox
1 parent 489bd5d commit f77dea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/drawer/record/record-panel.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ button.borderless-accordion {
5555
.pf-v5-c-drawer__body.drawer-body {
5656
display: flex;
5757
flex-direction: column;
58-
height: -webkit-fill-available;
58+
height: 100%;
5959
flex: none !important;
6060
}
6161

0 commit comments

Comments
 (0)