From 25e1c9e417ebc115f69862bf22bc75b10e0893b8 Mon Sep 17 00:00:00 2001 From: tristantbg Date: Sun, 25 Mar 2018 16:27:57 +0200 Subject: [PATCH] Prevent impossibility to select a field Prevent impossibility to select a field when the fixed Kirby "Save" bar is active. Margin of the size of this fixed bar. --- assets/scss/dropdown.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/scss/dropdown.scss b/assets/scss/dropdown.scss index 20c727c..8207840 100644 --- a/assets/scss/dropdown.scss +++ b/assets/scss/dropdown.scss @@ -6,6 +6,7 @@ z-index: 10000; display: none; margin-top: .4em; + margin-bottom: 100px; &:before { content: ''; @@ -31,4 +32,4 @@ } .egr-dropdown-active .egr-add-button .icon { transform: rotateX(180deg); -} \ No newline at end of file +}