Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-07-11 10:47:51 +0300
committerdartcafe <github@dartcafe.de>2021-07-11 10:47:51 +0300
commitc2700095a918d9a0986bf9df731a6debff71dc93 (patch)
tree2cf22c9e21c9ac583c07c948d8eef5f5874f56e0
parent16a2f213b5d711c726aeaaed91ec4d90f1271045 (diff)
remove modal-wrapper css hack
Signed-off-by: dartcafe <github@dartcafe.de>
-rw-r--r--src/js/assets/scss/hacks.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/js/assets/scss/hacks.scss b/src/js/assets/scss/hacks.scss
index 1b2692f7..58213564 100644
--- a/src/js/assets/scss/hacks.scss
+++ b/src/js/assets/scss/hacks.scss
@@ -1,11 +1,3 @@
-.modal-wrapper {
- &:not(&--large):not(&--full) .modal-container {
- width: initial !important;
- height: initial !important;
- overflow: auto !important;
- }
-}
-
// fill full input with background color
.mx-input {
background-clip: initial !important;