mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
fix clearing floats on edge
This commit is contained in:
@@ -240,7 +240,11 @@
|
||||
z-index: 1;
|
||||
|
||||
&:not(.pre) {
|
||||
&:extend(.clearfix all);
|
||||
&:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
&.pre {
|
||||
|
||||
@@ -41,8 +41,7 @@ body.sh {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
overflow: auto;
|
||||
background-color: @background-color;
|
||||
|
||||
&.content-tabs {
|
||||
|
||||
Reference in New Issue
Block a user