mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
[CL-203] fix select options position (#8151)
* add relative to body * remove scrollbar positon hack
This commit is contained in:
@@ -202,7 +202,7 @@ summary.tw-list-none::-webkit-details-marker {
|
||||
}
|
||||
|
||||
.cdk-global-scrollblock {
|
||||
position: unset;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user