mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
fix clearing floats on edge
This commit is contained in:
parent
69abbdaf8d
commit
751281a59c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user