File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 3
3
<h1 >Secrity help and learning</h1 >
4
4
<div class =" security-dropdown-container" >
5
5
<h2 >Security Guides</h2 >
6
- <pf-select id =" security-dropdown" placeholder =" Select a product" >
6
+ <pf-select
7
+ id =" security-dropdown"
8
+ placeholder =" Select a product"
9
+ accessible-label =" Red Hat Enterprise Linux"
10
+ >
7
11
<pf-option-group key =" group1" label =" Red Hat Enterprise Linux" >
8
12
<pf-option ><a >Hardening Guide</a ></pf-option >
9
13
<pf-option ><a >SELinux Guide</a ></pf-option >
Original file line number Diff line number Diff line change 47
47
pf-button {
48
48
--pf-c-button--m-primary--BackgroundColor : transparent ;
49
49
}
50
+
51
+ @media screen and (max-width : 767px ) {
52
+ pf-modal ::part(dialog ) {
53
+ margin-top : 70px ;
54
+ }
55
+ }
50
56
</style >
Original file line number Diff line number Diff line change 90
90
height : 120px ;
91
91
padding : 0 32px ;
92
92
align-items : center ;
93
+ position : sticky ;
94
+ top : 0 ;
95
+ z-index : 2 ;
93
96
}
94
97
95
98
.header-container hr {
You can’t perform that action at this time.
0 commit comments