Skip to content

Commit 7d28982

Browse files
authored
NETOBSERV-2255: fix scrolling in firefox (#850)
* NETOBSERV-2255: fix scrolling in firefox * Remove non standard -webkit-fill-available to alert css
1 parent 37f08d0 commit 7d28982

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

web/src/components/alerts/banner.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44

55
.netobserv-alerts-container {
66
position: absolute;
7-
width: -webkit-fill-available;
87
z-index: 999;
98
}

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)