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
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-04-11 09:46:25 +0300
committerdartcafe <github@dartcafe.de>2022-04-11 09:46:25 +0300
commit6539af921f6ef356e08544eaaa4183a5d9d290d5 (patch)
tree3dceba6423a09dd26ee87e63f0cb07d9d2956094 /src
parent9285f65c522dc934067d5ee512a6a29cf56caeb1 (diff)
ref/remove-modal-height-hack
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src')
-rw-r--r--src/js/assets/scss/hacks.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/js/assets/scss/hacks.scss b/src/js/assets/scss/hacks.scss
index 395c97a6..8180cd9f 100644
--- a/src/js/assets/scss/hacks.scss
+++ b/src/js/assets/scss/hacks.scss
@@ -48,8 +48,8 @@
}
// fix height of modal wrapper after introduction of @nextcloud/vue 5.0
-@media only screen and (min-width: 513px) {
- #body-public .modal-wrapper--large .modal-container {
- height: unset;
- }
-}
+// @media only screen and (min-width: 513px) {
+// #body-public .modal-wrapper--large .modal-container {
+// height: unset;
+// }
+// }