master
Boris Voropaev 2023-11-07 10:29:23 +03:00
parent 87b9571f68
commit 164200532c
2 changed files with 4 additions and 8 deletions

View File

@ -95,7 +95,7 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
.content { >.content {
flex-grow: 1; flex-grow: 1;
display: flex; display: flex;
flex-direction: row; flex-direction: row;

View File

@ -1,16 +1,12 @@
add-section{ add-section .add{
position: relative; position: relative;
.dropdown{
top:22px;
left:0px;
}
} }
.dropdown { .dropdown {
position: absolute; position: absolute;
width: 250px; width: 250px;
left: 48px; top:24px;
top: 32px; left:20px;
z-index: 10; z-index: 10;
z-index: 1000; z-index: 1000;