mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +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 {
|
||||
|
||||
Reference in New Issue
Block a user