Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
4 years ago
by
Hotwani
Browse files
Options
Download
Email Patches
Plain Diff
Fix for ballon hovering far above the icon issue
parent
dff0248d
Development
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vcm/css/vcm.css
+3
-3
vcm/css/vcm.css
with
3 additions
and
3 deletions
+3
-3
vcm/css/vcm.css
+
3
-
3
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
{
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets