Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
M4labplatform
Commits
880715de
Commit
880715de
authored
Nov 16, 2020
by
Hotwani
Browse files
Fix for ballon hovering far above the icon issue
parent
dff0248d
Changes
1
Hide whitespace changes
Inline
Side-by-side
vcm/css/vcm.css
View file @
880715de
...
...
@@ -1277,8 +1277,8 @@ a.monument{
}
@media
screen
and
(
max-width
:
30em
/*480px*/
)
{
#myBalloon
{
top
:
29rem
!important
;
left
:
3%
!important
;
/*
top: 29rem !important;
left: 3% !important;
*/
max-width
:
94%
;
min-width
:
94%
;
width
:
94%
;
...
...
@@ -1287,7 +1287,7 @@ a.monument{
width
:
auto
;
height
:
auto
;
position
:
relative
;
top
:
-20rem
;
/*
top: -20rem;
*/
left
:
0
;
}
.balloon-content
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment