Remove rounded corners of the drop area

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-02-25 18:30:39 +01:00
parent 8551855a56
commit a3001f77e4
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -30,9 +30,6 @@ limitations under the License.
pointer-events: none;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: $droptarget-bg-color;
position: absolute;