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
path: root/src/js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js')
-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;